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-atsc | |
parent | cbb2a6df36c1c367ab983934e179975e00619f8c (diff) |
build: parallel build handling of runtime swig and swig docs.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-atsc/swig/CMakeLists.txt b/gr-atsc/swig/CMakeLists.txt index 91d2080cac..08339ec10e 100644 --- a/gr-atsc/swig/CMakeLists.txt +++ b/gr-atsc/swig/CMakeLists.txt @@ -35,6 +35,7 @@ set(GR_SWIG_INCLUDE_DIRS set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/atsc_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-atsc gnuradio-fft) GR_SWIG_MAKE(atsc_swig atsc_swig.i) |