tests: fix compile

This commit is contained in:
Simon Ruderich 2024-05-09 18:32:51 +02:00
parent a4e55f781b
commit 0237ea6494
1 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ add_executable(
target_link_libraries(
test_correlator
m
/usr/local/lib64/libliquid.a
liquid
)
#------------------------------------
@ -48,7 +48,7 @@ add_executable(
target_link_libraries(
test_layer1_loopback
m
/usr/local/lib64/libliquid.a
liquid
fftw3
fftw3f
fec
@ -68,7 +68,7 @@ target_link_libraries(
test_freq_est
fftw3f
m
/usr/local/lib64/libliquid.a
liquid
)
#------------------------------------
@ -102,7 +102,7 @@ target_link_libraries(
fec
fftw3f
m
/usr/local/lib64/libliquid.a
liquid
)
#------------------------------------
@ -119,5 +119,5 @@ target_link_libraries(
test_freq_est
fftw3f
m
/usr/local/lib64/libliquid.a
liquid
)