mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 07:54:35 +02:00
9 lines
177 B
CMake
9 lines
177 B
CMake
add_executable(sf-buffer_tests test_main.cpp)
|
|
|
|
target_link_libraries(sf-buffer_tests
|
|
core-buffer
|
|
gtest
|
|
zmq
|
|
hdf5
|
|
hdf5_hl
|
|
hdf5_cpp) |