mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-11 14:20:31 +02:00
first steps in implementation of sender to visualisation and live analysis
This commit is contained in:
@@ -53,5 +53,14 @@ target_link_libraries(sf-writer
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
add_executable(sf-stream src/sf_stream.cpp)
|
||||
set_target_properties(sf-stream PROPERTIES OUTPUT_NAME sf_stream)
|
||||
target_link_libraries(sf-stream
|
||||
core-buffer
|
||||
zmq
|
||||
jsoncpp
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
enable_testing()
|
||||
add_subdirectory(test/)
|
||||
add_subdirectory(test/)
|
||||
|
||||
Reference in New Issue
Block a user