cmakefile changes for fsk_mod_ext_vco
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 11 Feb 2018 04:10:59 +0000 (04:10 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 11 Feb 2018 04:10:59 +0000 (04:10 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3398 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/CMakeLists.txt

index 6fa49a3b0e06fa899fadc6a5c8ee11d6cb0cef52..3822b816fa17ac152070e2040cba74cea580ae04 100644 (file)
@@ -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)