diff options
author | Dimitry <winsvega@mail.ru> | 2016-03-22 02:38:51 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-03-22 02:38:51 +0800 |
commit | 0e856a96eb2a5843e32c445cf0109cc467d941ac (patch) | |
tree | d26546390a80066f5e4592160508addbeb7c7997 /CMakeLists.txt | |
parent | b899933947f25f99548bbe983d411ad077f97868 (diff) | |
parent | bad14f428b3fa8f2769af7e6b7f2eb23d67476c8 (diff) | |
download | dexon-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.txt | 3 |
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 |