diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-02-12 16:06:32 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-02-12 16:06:32 +0800 |
commit | c5d18d2f0c5e2480e5639e3d59d543bb19c8944b (patch) | |
tree | 0e7e1478bbc9e7505bd037b0e70f2dd69e345a83 | |
parent | 037474713a40f88c508fbbddaa48be0c77a78dd4 (diff) | |
parent | ef5dce950dbe92642e0563537bf114e99fa79441 (diff) | |
download | dexon-solidity-c5d18d2f0c5e2480e5639e3d59d543bb19c8944b.tar.gz dexon-solidity-c5d18d2f0c5e2480e5639e3d59d543bb19c8944b.tar.zst dexon-solidity-c5d18d2f0c5e2480e5639e3d59d543bb19c8944b.zip |
Merge branch 'jsoncpp_path' of https://github.com/debris/cpp-ethereum into jsoncpp_path
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e76aa6f..5aaca0cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ set(CMAKE_AUTOMOC OFF) aux_source_directory(. SRC_LIST) include_directories(${Boost_INCLUDE_DIRS}) +include_directories(${JSONCPP_INCLUDE_DIRS}) include_directories(..) set(EXECUTABLE lllc) |