X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0f5db0c51e2c7e9b03920258f9af8e00d1a7c60..59094fa79de9a5e0e8d29ee12f34156d4be87156:/tools/cmake/MakeLibWin.cmake diff --git a/tools/cmake/MakeLibWin.cmake b/tools/cmake/MakeLibWin.cmake index fdbafe327d..428fba4f2f 100644 --- a/tools/cmake/MakeLibWin.cmake +++ b/tools/cmake/MakeLibWin.cmake @@ -26,3 +26,6 @@ endif() target_link_libraries(simgrid ${SIMGRID_DEP}) +# The library can obviously use the internal headers +set_property(TARGET simgrid + APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")