diff options
author | Dimitry <winsvega@mail.ru> | 2016-03-22 02:32:42 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-03-22 02:32:42 +0800 |
commit | bad14f428b3fa8f2769af7e6b7f2eb23d67476c8 (patch) | |
tree | 3d27d7fe6d8fe3a99b686a945bee28a1a74e42b9 | |
parent | e71933c63c8acdcbc7414570833c56e7dd9e3b4a (diff) | |
download | dexon-solidity-bad14f428b3fa8f2769af7e6b7f2eb23d67476c8.tar.gz dexon-solidity-bad14f428b3fa8f2769af7e6b7f2eb23d67476c8.tar.zst dexon-solidity-bad14f428b3fa8f2769af7e6b7f2eb23d67476c8.zip |
lllc
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a02b779e..7378c586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,5 +31,8 @@ add_subdirectory(solc) if (NOT EMSCRIPTEN) add_subdirectory(test) endif() +if (ETHASHCL) + add_subdirectory(lllc) +endif() # TODO installation and packaging rules |