Skip to content
Snippets Groups Projects
Commit 7f0cfc2d authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Copy runtime directory into CMake build


Signed-off-by: default avatarRafael Ravedutti <rafaelravedutti@gmail.com>
parent 6116956f
Branches
No related merge requests found
......@@ -41,6 +41,8 @@ if(NOT PYTHON_EXECUTABLE)
set(PYTHON_EXECUTABLE python3)
endif()
file(COPY runtime DESTINATION ${CMAKE_BINARY_DIR})
execute_process(
COMMAND ${PYTHON_EXECUTABLE} setup.py build
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment