diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-03 17:43:22 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-03 17:43:22 -0700 |
commit | 107b131a1497451efa02b9274c22f3369ff10be0 (patch) | |
tree | 398d3ff82e971835968762bb82d896557c0a8796 /gr-wavelet | |
parent | 342a400b754f3ccd306938f83ccfcb285411ba18 (diff) | |
parent | dbc7a4c08ac27844e413a39a326bf1b50b09dd00 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-wavelet')
-rw-r--r-- | gr-wavelet/swig/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-wavelet/swig/CMakeLists.txt b/gr-wavelet/swig/CMakeLists.txt index 2c5f433ebb..4c78575f8e 100644 --- a/gr-wavelet/swig/CMakeLists.txt +++ b/gr-wavelet/swig/CMakeLists.txt @@ -23,6 +23,8 @@ include(GrPython) include(GrSwig) +set(GR_SWIG_TARGET_DEPS core_swig) + set(GR_SWIG_INCLUDE_DIRS ${GR_WAVELET_INCLUDE_DIRS} ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} |