diff --git a/impl/test/CMakeLists.txt b/impl/test/CMakeLists.txt index c4d4f7c..62312c7 100644 --- a/impl/test/CMakeLists.txt +++ b/impl/test/CMakeLists.txt @@ -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 )