diff options
author | Dimitry <winsvega@mail.ru> | 2016-04-02 04:11:01 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-04-02 04:11:01 +0800 |
commit | ccbd3ff63feb696025c18211c3c93bab47f755b0 (patch) | |
tree | 35ac9927eb5d6bb609efe763de6999e493c25e13 /lllc/CMakeLists.txt | |
parent | c492d9be00c843b8390959bd9f203c4047cb9f69 (diff) | |
download | dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.gz dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.zst dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.zip |
move libevmcore to solidity
Diffstat (limited to 'lllc/CMakeLists.txt')
-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 989b8cbf..a897e663 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 Solidity::lll Dev::buildinfo) +eth_use(${EXECUTABLE} REQUIRED Solidity::lll Dev::buildinfo Solidity::evmasm) install( TARGETS ${EXECUTABLE} DESTINATION bin ) |