From 4d5cead6f2f3e69e947f3a99a9420dd100f0e62d Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sun, 11 Feb 2018 04:10:59 +0000 Subject: [PATCH] cmakefile changes for fsk_mod_ext_vco git-svn-id: https://svn.code.sf.net/p/freetel/code@3398 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2-dev/src/CMakeLists.txt b/codec2-dev/src/CMakeLists.txt index 6fa49a3b..3822b816 100644 --- a/codec2-dev/src/CMakeLists.txt +++ b/codec2-dev/src/CMakeLists.txt @@ -312,7 +312,7 @@ add_executable(fsk_mod fsk_mod.c) target_link_libraries(fsk_mod ${CMAKE_REQUIRED_LIBRARIES} codec2) add_executable(fsk_mod_ext_vco fsk_mod_ext_vco.c) -target_link_libraries(fsk_mod_ext_vco) +target_link_libraries(fsk_mod_ext_vco ${CMAKE_REQUIRED_LIBRARIES}) add_executable(fsk_demod fsk_demod.c modem_probe.c octave.c) target_link_libraries(fsk_demod ${CMAKE_REQUIRED_LIBRARIES} codec2) -- 2.25.1