Fix build for sf_stream

This commit is contained in:
2020-09-30 11:35:16 +02:00
parent ae61ccae17
commit 5b36132952
+2
View File
@@ -10,6 +10,8 @@ target_link_libraries(sf-stream-lib
add_executable(sf-stream src/main.cpp)
set_target_properties(sf-stream PROPERTIES OUTPUT_NAME sf_stream)
target_link_libraries(sf-stream
external
core-buffer-lib
sf-stream-lib
zmq
pthread