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 /lllc | |
| 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 'lllc')
| -rw-r--r-- | lllc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lllc/CMakeLists.txt b/lllc/CMakeLists.txt index 5726fbd6..3bd11187 100644 --- a/lllc/CMakeLists.txt +++ b/lllc/CMakeLists.txt @@ -6,7 +6,7 @@ file(GLOB HEADERS "*.h") include_directories(BEFORE ..) eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS}) -eth_use(${EXECUTABLE} REQUIRED Solidity::lll Dev::buildinfo Solidity::evmasm) +eth_use(${EXECUTABLE} REQUIRED Solidity::lll Dev::buildinfo Solidity::solevmasm) install( TARGETS ${EXECUTABLE} DESTINATION bin ) |
