summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/swig
diff options
context:
space:
mode:
authorJosh Blum2013-02-22 19:23:09 -0800
committerJosh Blum2013-02-22 19:23:09 -0800
commit9ecb12014a646f67b428f9415a5f186c59537dba (patch)
treebb2d94e883f33d8346cd97c87434e8fe23615f67 /gnuradio-core/src/lib/swig
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 'gnuradio-core/src/lib/swig')
-rw-r--r--gnuradio-core/src/lib/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/swig/CMakeLists.txt b/gnuradio-core/src/lib/swig/CMakeLists.txt
index 4e803639e..d8a64cc0f 100644
--- a/gnuradio-core/src/lib/swig/CMakeLists.txt
+++ b/gnuradio-core/src/lib/swig/CMakeLists.txt
@@ -27,7 +27,7 @@ set(GR_SWIG_INCLUDE_DIRS
${GRUEL_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
)
-set(GR_SWIG_LIBRARIES ${GRAS_LIBRARIES} gnuradio-core)
+set(GR_SWIG_LIBRARIES gnuradio-core)
link_directories(${Boost_LIBRARY_DIRS})