diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-04 14:49:15 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-04 14:49:15 -0400 |
commit | 81cba98cb1a3adec261aa6b510ee152c3a24bb0d (patch) | |
tree | 568ac39940d3582226176f846bd9b549e8b4fa2c | |
parent | 8caec1685af6a53f7b1395983e840b778b1b4c4b (diff) |
utils: add missing CMake include
-rw-r--r-- | gr-utils/python/modtool/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/CMakeLists.txt b/gr-utils/python/modtool/CMakeLists.txt index 7647c86f67..d7816816c3 100644 --- a/gr-utils/python/modtool/CMakeLists.txt +++ b/gr-utils/python/modtool/CMakeLists.txt @@ -17,6 +17,8 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. +include(GrPython) + GR_PYTHON_INSTALL(FILES __init__.py cmakefile_editor.py |