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

Copy runtime directory into CMake build

parent 6116956f
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment