mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 01:04:12 +02:00
Add SF writer CMakeLists.txt
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
file(GLOB SOURCES
|
||||
*.cpp)
|
||||
|
||||
add_executable(sf-writer sf_h5_writer.cpp)
|
||||
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_h5_writer)
|
||||
|
||||
target_link_libraries(sf-writer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
pthread)
|
||||
Reference in New Issue
Block a user