aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-03-22 02:38:51 +0800
committerDimitry <winsvega@mail.ru>2016-03-22 02:38:51 +0800
commit0e856a96eb2a5843e32c445cf0109cc467d941ac (patch)
treed26546390a80066f5e4592160508addbeb7c7997 /CMakeLists.txt
parentb899933947f25f99548bbe983d411ad077f97868 (diff)
parentbad14f428b3fa8f2769af7e6b7f2eb23d67476c8 (diff)
downloaddexon-solidity-0e856a96eb2a5843e32c445cf0109cc467d941ac.tar.gz
dexon-solidity-0e856a96eb2a5843e32c445cf0109cc467d941ac.tar.zst
dexon-solidity-0e856a96eb2a5843e32c445cf0109cc467d941ac.zip
Merge branch 'movelllc' into movelibevmasm
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b3d6071..10b83aad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,5 +33,8 @@ if (NOT EMSCRIPTEN)
add_subdirectory(liblll)
add_subdirectory(test)
endif()
+if (ETHASHCL)
+ add_subdirectory(lllc)
+endif()
# TODO installation and packaging rules