Files
sf_daq_buffer/sf-stream/test/CMakeLists.txt
T
2020-05-20 12:49:55 +02:00

8 lines
127 B
CMake

add_executable(sf-stream-tests main.cpp)
target_link_libraries(sf-stream-tests
sf-stream-lib
gtest
)