diff options
author | chriseth <c@ethdev.com> | 2016-08-10 19:17:18 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-10 19:52:24 +0800 |
commit | 4c54834908c88c2c7826561fc2a72460ca6050d6 (patch) | |
tree | cbc6acd77e64277495882e95e28b44aa51af2bc3 /liblll | |
parent | 15d732b0309ab0dc6a28dd05b4c51cbd09f74d02 (diff) | |
download | dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.gz dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.bz2 dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.lz dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.xz dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.zst dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.zip |
Rename libevmasm.
Diffstat (limited to 'liblll')
-rw-r--r-- | liblll/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index 3b63e495..b9d220ab 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -15,7 +15,7 @@ file(GLOB HEADERS "*.h") include_directories(BEFORE ..) add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS}) -eth_use(${EXECUTABLE} REQUIRED Solidity::evmasm) +eth_use(${EXECUTABLE} REQUIRED Solidity::solevmasm) #target_link_libraries(${EXECUTABLE} evmasm) install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib ) |