From 4675fad0db224477d9173bfee73e78036d681ff8 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 21 Mar 2016 21:36:01 +0300 Subject: liblllc --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a02b779e..eb6cdee0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ configure_project(TESTS) add_subdirectory(libsolidity) add_subdirectory(solc) if (NOT EMSCRIPTEN) + add_subdirectory(liblll) add_subdirectory(test) endif() -- cgit