diff options
-rw-r--r-- | Wrappers/Python/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt index 01b5208..4ca500e 100644 --- a/Wrappers/Python/CMakeLists.txt +++ b/Wrappers/Python/CMakeLists.txt @@ -132,5 +132,7 @@ if (PYTHONINTERP_FOUND) add_custom_target(PythonWrapper ALL DEPENDS ${OUTPUT}) + install(PythonWrapper DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi + DESTINATION ${PYTHON_DEST}) #install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install)") endif() |