aboutsummaryrefslogtreecommitdiffstats
path: root/lllc
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-10 19:17:18 +0800
committerchriseth <c@ethdev.com>2016-08-10 19:52:24 +0800
commit4c54834908c88c2c7826561fc2a72460ca6050d6 (patch)
treecbc6acd77e64277495882e95e28b44aa51af2bc3 /lllc
parent15d732b0309ab0dc6a28dd05b4c51cbd09f74d02 (diff)
downloaddexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.gz
dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.zst
dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.zip
Rename libevmasm.
Diffstat (limited to 'lllc')
-rw-r--r--lllc/CMakeLists.txt2
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 )