diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-03 18:02:10 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-03 18:02:10 -0700 |
commit | 312de88604d052142f91ae4eb292ccd25fac7963 (patch) | |
tree | 000c5d3a81dcb340f9a4cc5cb99b02972b4781f9 /gr-blocks | |
parent | b271b9d2ef0290b866f0afb22ba53c394c422418 (diff) |
blocks: apply swig fix
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/swig/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt index fb29789f08..cd27485470 100644 --- a/gr-blocks/swig/CMakeLists.txt +++ b/gr-blocks/swig/CMakeLists.txt @@ -23,6 +23,8 @@ include(GrPython) include(GrSwig) +set(GR_SWIG_TARGET_DEPS core_swig) + set(GR_SWIG_INCLUDE_DIRS ${GR_BLOCKS_INCLUDE_DIRS} ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} |