diff options
author | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
commit | 02e347dae1a01172dbcc2efe054014c015d96507 (patch) | |
tree | 4b49650ba8d5dac0ab689cdc59867da3127f2bb7 /test | |
parent | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (diff) |
...
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 60ffdc3..9e44cbe 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ include_directories(../src/ ../salticidae/include/) add_executable(test_secp256k1 test_secp256k1.cpp) -target_link_libraries(test_secp256k1 hotstuff) +target_link_libraries(test_secp256k1 hotstuff_static) |