mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 10:34:13 +02:00
11 lines
181 B
CMake
11 lines
181 B
CMake
add_executable(sf-buffer-tests main.cpp)
|
|
|
|
target_link_libraries(sf-buffer-tests
|
|
core-buffer-lib
|
|
sf-buffer-lib
|
|
hdf5
|
|
hdf5_cpp
|
|
gtest
|
|
)
|
|
|