aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-07-16 18:44:56 -0400
committerDeterminant <tederminant@gmail.com>2018-07-16 18:44:56 -0400
commitea892d32e090c5d48d383646d67105f571877993 (patch)
tree4abc565149bc21e11a996b8b0f3b213654a8f1c1 /test
parentfd881223556fc608b24626a7bc6e78bf576d3ed7 (diff)
...
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index bedaaa3..7af1f87 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -21,7 +21,7 @@
# SOFTWARE.
add_executable(test_msg test_msg.cpp)
-target_link_libraries(test_msg salticidae)
+target_link_libraries(test_msg salticidae_static)
add_executable(test_stream test_stream.cpp)
-target_link_libraries(test_stream salticidae)
+target_link_libraries(test_stream salticidae_static)