mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CMake: Renaming devcore static library to solutil (to match source code paths)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user