diff options
author | Paweł Bylica <chfast@gmail.com> | 2016-10-20 17:58:25 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-21 05:18:13 +0800 |
commit | 4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75 (patch) | |
tree | 2cd568e291ce79d337c15721dee47993c16179bf /liblll/CMakeLists.txt | |
parent | 5875890576eb95dd73bc04b5e864975cd7a55f43 (diff) | |
download | dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.gz dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.zst dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.zip |
Build jsoncpp from source using jsoncpp.cmake script
Diffstat (limited to 'liblll/CMakeLists.txt')
-rw-r--r-- | liblll/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index b9d220ab..db90025a 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -5,9 +5,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB") aux_source_directory(. SRC_LIST) -#include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS}) -#include_directories(${Boost_INCLUDE_DIRS}) - set(EXECUTABLE lll) file(GLOB HEADERS "*.h") |