From 4f4128fbd30bbcc81f5230619ccd36f16716bdc5 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 31 Mar 2024 18:01:00 +0200 Subject: [PATCH] test: fixed build errors --- impl/test/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/impl/test/CMakeLists.txt b/impl/test/CMakeLists.txt index 1fc43a6..1d4e1a8 100644 --- a/impl/test/CMakeLists.txt +++ b/impl/test/CMakeLists.txt @@ -37,6 +37,9 @@ add_executable( ../src/layer1/modcod.c ../src/layer1/modcod.h ../src/utils.c + ../src/utils.h + ../src/options.c + ../src/options.h layer1/test_loopback.c ) @@ -44,6 +47,9 @@ target_link_libraries( test_layer1_loopback m liquid + fftw3 + fftw3f + fec ) #------------------------------------ @@ -58,6 +64,7 @@ add_executable( target_link_libraries( test_freq_est + fftw3f m liquid ) @@ -80,6 +87,8 @@ add_executable( ../src/layer1/preamble.h ../src/utils.c ../src/utils.h + ../src/options.c + ../src/options.h ../src/config.h layer1/test_rx_file.c )