mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 10:34:13 +02:00
8 lines
145 B
CMake
8 lines
145 B
CMake
add_executable(std-stream-send-tests main.cpp)
|
|
|
|
target_link_libraries(std-stream-send-tests
|
|
std-stream-send-lib
|
|
gtest
|
|
)
|
|
|