hamnet70/impl/test/CMakeLists.txt

15 lines
188 B
CMake
Raw Normal View History

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