diff options
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) |