diff options
author | Gav Wood <i@gavwood.com> | 2014-01-05 02:07:01 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-01-05 02:07:01 +0800 |
commit | 978affbb19197ab018368131ecfc16dfa04f9e26 (patch) | |
tree | 27c4de16e90d1641b9dc43be6f780e16e4827bcd /CMakeLists.txt | |
parent | 0391d6a18b96bd737a320d3777ec2aa0f31c748e (diff) | |
download | dexon-solidity-978affbb19197ab018368131ecfc16dfa04f9e26.tar.gz dexon-solidity-978affbb19197ab018368131ecfc16dfa04f9e26.tar.zst dexon-solidity-978affbb19197ab018368131ecfc16dfa04f9e26.zip |
Fix for tests.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fbd39371..e383ba2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_policy(SET CMP0015 NEW) aux_source_directory(. SRC_LIST) +include_directories(../../secp256k1/include) include_directories(../libethereum) link_directories(../libethereum) link_directories(../../secp256k1) |