From efd49718dfbb6c1f329e72026770b07a67348168 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 16 Jul 2018 04:13:57 -0400 Subject: init --- test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..60ffdc3 --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,4 @@ +include_directories(../src/ + ../salticidae/include/) +add_executable(test_secp256k1 test_secp256k1.cpp) +target_link_libraries(test_secp256k1 hotstuff) -- cgit v1.2.3