From 02e347dae1a01172dbcc2efe054014c015d96507 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 16 Jul 2018 19:26:36 -0400 Subject: ... --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3