diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2012-06-12 17:36:34 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2012-06-12 20:38:37 -0400 |
commit | 403103de15cc60e73d38b56cbc16004123eeeda1 (patch) | |
tree | f87d4a86674c868909f6420c27d9f1660ca56b5c /gnuradio-core/CMakeLists.txt | |
parent | c8c5158133fb7a20413e42f59632930758561ad9 (diff) |
new block, gr_annotator_raw
allows passing a raw pmt k->v pair from outside the flowgraph/python
in at exact samples
also added GRUEL autogenerated .i files to gnuradio-core-swig include line
Diffstat (limited to 'gnuradio-core/CMakeLists.txt')
-rw-r--r-- | gnuradio-core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/CMakeLists.txt b/gnuradio-core/CMakeLists.txt index 0227108446..4947c410b0 100644 --- a/gnuradio-core/CMakeLists.txt +++ b/gnuradio-core/CMakeLists.txt @@ -64,6 +64,7 @@ GR_SET_GLOBAL(GNURADIO_CORE_INCLUDE_DIRS GR_SET_GLOBAL(GNURADIO_CORE_SWIG_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/gruel/src/swig + ${CMAKE_BINARY_DIR}/gruel/src/swig/ ${CMAKE_CURRENT_SOURCE_DIR}/src/lib/swig ${GNURADIO_CORE_INCLUDE_DIRS} ) |