diff --git a/sf-stream/CMakeLists.txt b/sf-stream/CMakeLists.txt index 5add224..a20ccab 100644 --- a/sf-stream/CMakeLists.txt +++ b/sf-stream/CMakeLists.txt @@ -13,7 +13,8 @@ target_link_libraries(sf-stream external sf-stream-lib zmq - pthread) + pthread + jsoncpp) enable_testing() -add_subdirectory(test/) \ No newline at end of file +add_subdirectory(test/)