hamnet70/impl/test/CMakeLists.txt

12 lines
142 B
CMake

add_executable(
test_correlator
../src/correlator.c
../src/correlator.h
test_correlator.c
)
target_link_libraries(
test_correlator
m
)