mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-11 16:35:35 +02:00
8 lines
127 B
CMake
8 lines
127 B
CMake
add_executable(sf-stream-tests main.cpp)
|
|
|
|
target_link_libraries(sf-stream-tests
|
|
sf-stream-lib
|
|
gtest
|
|
)
|
|
|