summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-27 12:47:51 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-03-27 10:09:29 -0700
commit4c369a6815696b45edc37d22597c2f560441fe16 (patch)
treebdc321fef62da630eb53c0ad4ee21da2901ebb3b /gnuradio-runtime
parented177251146ea6f757ac149f4053843abdc0e6f4 (diff)
runtime: build structure updates so ControlPort is usable in QA and once installed.
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r--gnuradio-runtime/swig/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/swig/CMakeLists.txt b/gnuradio-runtime/swig/CMakeLists.txt
index 57982f494..483f3e7c2 100644
--- a/gnuradio-runtime/swig/CMakeLists.txt
+++ b/gnuradio-runtime/swig/CMakeLists.txt
@@ -32,6 +32,8 @@ set(GR_SWIG_INCLUDE_DIRS
${Boost_INCLUDE_DIRS}
)
+link_directories(${Boost_LIBRARY_DIRS})
+
set(GR_SWIG_LIBRARIES
gnuradio-runtime
${LOG4CPP_LIBRARIES}
@@ -52,8 +54,6 @@ endif(ENABLE_GR_CTRLPORT)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/runtime_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib)
-link_directories(${Boost_LIBRARY_DIRS})
-
set(GR_SWIG_TARGET_DEPS
pmt_swig
${CMAKE_CURRENT_BINARY_DIR}/runtime_swig_doc.i