Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow python actors to be killed
[simgrid.git] / CMakeLists.txt
index 8abfa35..6c85854 100644 (file)
@@ -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()