diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-05 15:57:06 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-05 15:57:06 -0400 |
commit | 335fefd80977b629dcb8b48af8b62db9d98df49c (patch) | |
tree | e1c5c0fa8c0a4d0f89ca77521c105afc2155d960 /gnuradio-runtime | |
parent | 14211adfa135cc3436a84c9e96da70c256123eb7 (diff) |
build: updates to blocks swig structure for next.
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r-- | gnuradio-runtime/swig/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/swig/CMakeLists.txt b/gnuradio-runtime/swig/CMakeLists.txt index 1927ba0ea..930f1fa2b 100644 --- a/gnuradio-runtime/swig/CMakeLists.txt +++ b/gnuradio-runtime/swig/CMakeLists.txt @@ -45,7 +45,7 @@ set(GR_SWIG_LIBRARIES set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/pmt_swig_doc.i) set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/pmt ${CMAKE_CURRENT_BINARY_DIR}/../include/pmt) -set(GR_SWIG_TARGET_DEPS pmt_generated) +list(APPEND GR_SWIG_TARGET_DEPS pmt_generated) GR_SWIG_MAKE(pmt_swig pmt_swig.i) GR_SWIG_INSTALL( @@ -76,6 +76,7 @@ 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}/../include) set(GR_RUNTIME_SWIG_DOC_FILE ${GR_SWIG_DOC_FILE}) +list(APPEND GR_SWIG_TARGET_DEPS pmt_swig) GR_SWIG_MAKE(runtime_swig runtime_swig.i) |