From bad14f428b3fa8f2769af7e6b7f2eb23d67476c8 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 21 Mar 2016 21:32:42 +0300 Subject: lllc --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3