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 | e559854e332a7455b64673d951822e24445ebe15 (patch) | |
tree | d0e24db52e2b2ed09e21ed187fa8bc6f531a1d0b | |
parent | 3e35ca90014ed85fcf7a454644dc42d593bb2916 (diff) | |
parent | af0357898b6ebbe80b47323a89d969e939ca4ab3 (diff) | |
download | dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar.gz dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar.bz2 dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar.lz dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar.xz dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.tar.zst dexon-solidity-e559854e332a7455b64673d951822e24445ebe15.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 8c0ece27..2a7bd7b6 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 solc) |