mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-26 13:30:44 +02:00
Add sf-reader as target executable
This commit is contained in:
@@ -28,5 +28,19 @@ target_link_libraries(sf-udprecv
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
add_executable(sf-reader src/sf_reader.cpp)
|
||||
set_target_properties(sf-reader PROPERTIES OUTPUT_NAME sf_reader)
|
||||
|
||||
target_link_libraries(sf-reader
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
enable_testing()
|
||||
add_subdirectory(test/)
|
||||
Reference in New Issue
Block a user