mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 13:54:13 +02:00
8 lines
136 B
CMake
8 lines
136 B
CMake
add_executable(std-udp-sync-tests main.cpp)
|
|
|
|
target_link_libraries(std-udp-sync-tests
|
|
std-udp-sync-lib
|
|
gtest
|
|
)
|
|
|