Skip to content
Snippets Groups Projects
Commit a756f6be authored by kevin.heirich's avatar kevin.heirich
Browse files

forgot to include the pybind headers, added it

parent 6f97b67a
No related branches found
No related tags found
1 merge request!1Update of install process
...@@ -40,7 +40,7 @@ include_directories(inc ${LIBSANDBOX_DIR}/inc) ...@@ -40,7 +40,7 @@ include_directories(inc ${LIBSANDBOX_DIR}/inc)
set(PYBIND11_FINDPYTHON ON) set(PYBIND11_FINDPYTHON ON)
find_package(pybind11 CONFIG REQUIRED) find_package(pybind11 CONFIG REQUIRED)
# include_directories(inc ${pybind11_INCLUDE_DIR}) include_directories(inc ${pybind11_INCLUDE_DIR})
# pybind11_add_module(sandbox_wrapper cpp/sandbox_wrapper.cpp) # pybind11_add_module(sandbox_wrapper cpp/sandbox_wrapper.cpp)
...@@ -85,4 +85,4 @@ add_custom_command(TARGET ${LIBNAME} POST_BUILD ...@@ -85,4 +85,4 @@ add_custom_command(TARGET ${LIBNAME} POST_BUILD
# Installation de la bibliothèque et des fichiers d'en-tête # Installation de la bibliothèque et des fichiers d'en-tête
install(TARGETS ${LIBNAME} DESTINATION lib) install(TARGETS ${LIBNAME} DESTINATION lib)
install(DIRECTORY inc/ DESTINATION include) install(DIRECTORY inc/ DESTINATION include)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment