summaryrefslogtreecommitdiff
path: root/gr-fcd/examples
diff options
context:
space:
mode:
authorJosh Blum2013-02-22 19:23:09 -0800
committerJosh Blum2013-02-22 19:23:09 -0800
commit9ecb12014a646f67b428f9415a5f186c59537dba (patch)
treebb2d94e883f33d8346cd97c87434e8fe23615f67 /gr-fcd/examples
parentea42d0aa849bf5adfa0d1768e7b189a60b35e784 (diff)
downloadgnuradio-9ecb12014a646f67b428f9415a5f186c59537dba.tar.gz
gnuradio-9ecb12014a646f67b428f9415a5f186c59537dba.tar.bz2
gnuradio-9ecb12014a646f67b428f9415a5f186c59537dba.zip
gras: continuation from the last commit
Removed a bunch of GRAS_LIBRARIES, we do this in a common place to avoid extra changes. Added virtual destructors for many classes.
Diffstat (limited to 'gr-fcd/examples')
-rw-r--r--gr-fcd/examples/c++/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/examples/c++/CMakeLists.txt b/gr-fcd/examples/c++/CMakeLists.txt
index 47e53cdc8..7ff69777d 100644
--- a/gr-fcd/examples/c++/CMakeLists.txt
+++ b/gr-fcd/examples/c++/CMakeLists.txt
@@ -26,7 +26,7 @@ include_directories(
)
add_executable(fcd_nfm_rx fcd_nfm_rx.cc)
-target_link_libraries(fcd_nfm_rx gnuradio-fcd ${GRAS_LIBRARIES})
+target_link_libraries(fcd_nfm_rx gnuradio-fcd)
INSTALL(TARGETS
fcd_nfm_rx