diff options
Diffstat (limited to 'gr-howto-write-a-block-cmake/swig')
-rw-r--r-- | gr-howto-write-a-block-cmake/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt index 40f2b1051..fdf8d8c48 100644 --- a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt +++ b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt @@ -26,6 +26,7 @@ IF(NOT SWIG_FOUND OR NOT PYTHONLIBS_FOUND) RETURN() ENDIF() INCLUDE(GrSwig) +INCLUDE(GrPython) ######################################################################## # Setup swig generation |