hamnet70/impl/test/CMakeLists.txt

12 lines
142 B
CMake
Raw Normal View History

2022-01-22 22:42:05 +01:00
add_executable(
test_correlator
../src/correlator.c
../src/correlator.h
test_correlator.c
)
target_link_libraries(
test_correlator
m
)