diff options
author | chriseth <c@ethdev.com> | 2016-03-24 06:10:10 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-03-24 06:10:10 +0800 |
commit | 79167aa8977af99c93d79de1de51c71082922f23 (patch) | |
tree | bce91de02f7fe301fbb436f3733589e515a822c7 /CMakeLists.txt | |
parent | 2851967dac1c23888dc24602bf6a61d4270159d9 (diff) | |
download | dexon-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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10b83aad..18566bc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,6 @@ add_subdirectory(solc) if (NOT EMSCRIPTEN) add_subdirectory(liblll) add_subdirectory(test) -endif() -if (ETHASHCL) add_subdirectory(lllc) endif() |