From d8e500b2d785b6c8e12ceb25efe68c32aad46a8b Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 13 Jul 2018 14:35:03 -0400 Subject: finish Bits impl --- 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 423229b..bedaaa3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,3 +22,6 @@ add_executable(test_msg test_msg.cpp) target_link_libraries(test_msg salticidae) + +add_executable(test_stream test_stream.cpp) +target_link_libraries(test_stream salticidae) -- cgit v1.2.3