CMake: Renaming devcore static library to solutil (to match source code paths)

This commit is contained in:
Christian Parpart
2020-01-13 15:52:46 +01:00
parent d577a768ab
commit abb9f1eed7
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -158,4 +158,4 @@ add_library(yul
optimiser/VarNameCleaner.cpp
optimiser/VarNameCleaner.h
)
target_link_libraries(yul PUBLIC evmasm devcore langutil)
target_link_libraries(yul PUBLIC evmasm solutil langutil)