diff options
author | Josh Blum | 2011-11-08 20:05:50 -0800 |
---|---|---|
committer | Josh Blum | 2011-11-08 20:05:50 -0800 |
commit | 88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9 (patch) | |
tree | c897b3c46519977b395fe203418af8c5a063250a /gr-qtgui | |
parent | ed4023aee70008c47831c34e66fc16581ae024de (diff) | |
download | gnuradio-88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9.tar.gz gnuradio-88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9.tar.bz2 gnuradio-88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9.zip |
qtgui: add python include path (older name)
Diffstat (limited to 'gr-qtgui')
-rw-r--r-- | gr-qtgui/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/lib/CMakeLists.txt b/gr-qtgui/lib/CMakeLists.txt index f60595ee6..2dc35e81c 100644 --- a/gr-qtgui/lib/CMakeLists.txt +++ b/gr-qtgui/lib/CMakeLists.txt @@ -73,6 +73,7 @@ include_directories(${QWT_INCLUDE_DIRS}) link_directories(${QWT_LIBRARY_DIRS}) include_directories(${PYTHON_INCLUDE_DIRS}) +include_directories(${PYTHON_INCLUDE_PATH}) #deprecated for dirs (cmake 2.6) ######################################################################## # Setup library |