aboutsummaryrefslogtreecommitdiffstats
path: root/lllc
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-03-24 06:10:10 +0800
committerchriseth <c@ethdev.com>2016-03-24 06:10:10 +0800
commit79167aa8977af99c93d79de1de51c71082922f23 (patch)
treebce91de02f7fe301fbb436f3733589e515a822c7 /lllc
parent2851967dac1c23888dc24602bf6a61d4270159d9 (diff)
downloaddexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar.gz
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar.bz2
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar.lz
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar.xz
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.tar.zst
dexon-solidity-79167aa8977af99c93d79de1de51c71082922f23.zip
Move libevmasm and lll.
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 a9432432..989b8cbf 100644
--- a/lllc/CMakeLists.txt
+++ b/lllc/CMakeLists.txt
@@ -6,7 +6,7 @@ file(GLOB HEADERS "*.h")
include_directories(BEFORE ..)
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
-eth_use(${EXECUTABLE} REQUIRED Eth::lll Dev::buildinfo)
+eth_use(${EXECUTABLE} REQUIRED Solidity::lll Dev::buildinfo)
install( TARGETS ${EXECUTABLE} DESTINATION bin )