test: fixed build errors
This commit is contained in:
parent
8441b12fbd
commit
4f4128fbd3
|
@ -37,6 +37,9 @@ add_executable(
|
||||||
../src/layer1/modcod.c
|
../src/layer1/modcod.c
|
||||||
../src/layer1/modcod.h
|
../src/layer1/modcod.h
|
||||||
../src/utils.c
|
../src/utils.c
|
||||||
|
../src/utils.h
|
||||||
|
../src/options.c
|
||||||
|
../src/options.h
|
||||||
layer1/test_loopback.c
|
layer1/test_loopback.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -44,6 +47,9 @@ target_link_libraries(
|
||||||
test_layer1_loopback
|
test_layer1_loopback
|
||||||
m
|
m
|
||||||
liquid
|
liquid
|
||||||
|
fftw3
|
||||||
|
fftw3f
|
||||||
|
fec
|
||||||
)
|
)
|
||||||
|
|
||||||
#------------------------------------
|
#------------------------------------
|
||||||
|
@ -58,6 +64,7 @@ add_executable(
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
test_freq_est
|
test_freq_est
|
||||||
|
fftw3f
|
||||||
m
|
m
|
||||||
liquid
|
liquid
|
||||||
)
|
)
|
||||||
|
@ -80,6 +87,8 @@ add_executable(
|
||||||
../src/layer1/preamble.h
|
../src/layer1/preamble.h
|
||||||
../src/utils.c
|
../src/utils.c
|
||||||
../src/utils.h
|
../src/utils.h
|
||||||
|
../src/options.c
|
||||||
|
../src/options.h
|
||||||
../src/config.h
|
../src/config.h
|
||||||
layer1/test_rx_file.c
|
layer1/test_rx_file.c
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue