diff options
-rw-r--r-- | gr-utils/bindtool/templates/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-utils/bindtool/templates/CMakeLists.txt b/gr-utils/bindtool/templates/CMakeLists.txt index 29d220984a..f28e2412bc 100644 --- a/gr-utils/bindtool/templates/CMakeLists.txt +++ b/gr-utils/bindtool/templates/CMakeLists.txt @@ -1,3 +1,14 @@ +# Templates need to be placed in build directory for qa tests to work +file(COPY + generic_python_cc.mako + CMakeLists.txt.mako + license.mako + python_bindings_cc.mako + pydoc_h.mako + # types.py + DESTINATION ${CMAKE_CURRENT_BINARY_DIR} +) + install(FILES generic_python_cc.mako CMakeLists.txt.mako |