diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-07-24 15:09:49 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-07-24 15:09:49 -0400 |
commit | 5432c985f911f4715456846425dbf84121842de8 (patch) | |
tree | e8651618d52f9961c99c1be01bbe4ac7df8dd46d /gr-utils/python/modtool/gr-newmod/CMakeLists.txt | |
parent | 9afbfef48de723d08d15e44d1bbbbf3e0d4ff522 (diff) |
modtool: fixes problem of using templates in OOT projects created with modtool.
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/CMakeLists.txt')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt index 6f01385e84..7ff80ff7ac 100644 --- a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt +++ b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt @@ -105,7 +105,10 @@ endif() # Setup the include and linker paths ######################################################################## include_directories( + ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/include + ${CMAKE_BINARY_DIR}/lib + ${CMAKE_BINARY_DIR}/include ${Boost_INCLUDE_DIRS} ${CPPUNIT_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} |