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:
@@ -36,4 +36,4 @@ set(sources
|
||||
)
|
||||
|
||||
add_library(evmasm ${sources})
|
||||
target_link_libraries(evmasm PUBLIC devcore)
|
||||
target_link_libraries(evmasm PUBLIC solutil)
|
||||
|
||||
Reference in New Issue
Block a user