From 9ecb12014a646f67b428f9415a5f186c59537dba Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 22 Feb 2013 19:23:09 -0800 Subject: 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. --- gnuradio-core/src/lib/swig/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-core/src/lib/swig') 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}) -- cgit