From 41d67f42c3eafd261e79ff9424f647c4d5b59c99 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 23 Jul 2018 19:16:27 -0400 Subject: add example and readme --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7af1f87..f84384d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -25,3 +25,6 @@ target_link_libraries(test_msg salticidae_static) add_executable(test_stream test_stream.cpp) target_link_libraries(test_stream salticidae_static) + +add_executable(test_network test_network.cpp) +target_link_libraries(test_network salticidae_static) -- cgit v1.2.3