X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f482ec0290d8271beaea0e2657b33c29a66ad420..d84590a56d4bbb4ade4416d4bd7f19acdb7dd621:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abfa35fb0..6c8585475b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -782,6 +782,8 @@ if(enable_python) set_source_files_properties(src/bindings/python/simgrid_python.cpp PROPERTIES COMPILE_FLAGS -std=c++14) target_link_libraries(simgrid_python PUBLIC simgrid) set_target_properties(simgrid_python PROPERTIES LIBRARY_OUTPUT_NAME simgrid) + set_property(TARGET simgrid_python + APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}") else() message(FATAL_ERROR "Please install pybind11-dev to build the Python bindings (or disable that option).") endif()