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 /gr-blocks/swig/CMakeLists.txt | |
parent | 14211adfa135cc3436a84c9e96da70c256123eb7 (diff) |
build: updates to blocks swig structure for next.
Diffstat (limited to 'gr-blocks/swig/CMakeLists.txt')
-rw-r--r-- | gr-blocks/swig/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt index ed74dfab9e..09fcf7692a 100644 --- a/gr-blocks/swig/CMakeLists.txt +++ b/gr-blocks/swig/CMakeLists.txt @@ -41,10 +41,6 @@ configure_file( ${CMAKE_CURRENT_BINARY_DIR}/blocks_swig.py @ONLY) -set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/blocks) -set(GR_SWIG_TARGET_DEPS blocks_generated_includes) -set(GR_SWIG_LIBRARIES gnuradio-blocks) - # We split up the swig files into multiple sections to minimize the # memory overhead. If a .i file grows too large, create a new file # named 'blocks_swigN.i' and add it to this list. @@ -59,6 +55,10 @@ set(GR_SWIG_BLOCK_IFILES foreach(swigfile ${GR_SWIG_BLOCK_IFILES}) set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/${swigfile}_doc.i) + set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/blocks) + set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc) + set(GR_SWIG_TARGET_DEPS blocks_generated_includes) + set(GR_SWIG_LIBRARIES gnuradio-blocks) GR_SWIG_MAKE(${swigfile} ${swigfile}.i) GR_SWIG_INSTALL( |