Files
sf_daq_buffer/std-udp-sync/test/CMakeLists.txt
T
2021-07-05 16:12:53 +02:00

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
)