From: drowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Date: Sun, 11 Feb 2018 04:10:59 +0000 (+0000)
Subject: cmakefile changes for fsk_mod_ext_vco
X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=4d5cead6f2f3e69e947f3a99a9420dd100f0e62d;p=freetel-svn-tracking.git

cmakefile changes for fsk_mod_ext_vco

git-svn-id: https://svn.code.sf.net/p/freetel/code@3398 01035d8c-6547-0410-b346-abe4f91aad63
---

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)