diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-31 16:10:08 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:24:46 -0700 |
commit | 592d4d1f14f4a3920b181e5c2b0457ba9cff95bb (patch) | |
tree | b88be78f9b57825e0201db815daabe66fd6233d7 /gr-noaa | |
parent | cbb2a6df36c1c367ab983934e179975e00619f8c (diff) |
build: parallel build handling of runtime swig and swig docs.
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-noaa/swig/CMakeLists.txt b/gr-noaa/swig/CMakeLists.txt index 18cfc8b4cd..d543665609 100644 --- a/gr-noaa/swig/CMakeLists.txt +++ b/gr-noaa/swig/CMakeLists.txt @@ -31,6 +31,7 @@ set(GR_SWIG_INCLUDE_DIRS set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/noaa_swig_doc.i) set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib) +set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc) set(GR_SWIG_LIBRARIES gnuradio-noaa) |