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.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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue