From 59094fa79de9a5e0e8d29ee12f34156d4be87156 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2018 21:15:45 +0100 Subject: [PATCH] windows: also allow internal includes to the lib --- doc/doxygen/inside_release.doc | 2 +- tools/cmake/MakeLibWin.cmake | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 68a8f14567..3f3cd9fba7 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -17,7 +17,7 @@ Please apply the following checklist before releasing. to build and install are included in the archive) - Tests - All tests pass on a reasonable amount of platforms (typically, - everything on ci) + everything on ci + travis/Mac + AppVeyor) - You also tested to build and install the content of the source archive on a reasonable amount of platforms (typically, 2 or 3). - ChangeLog file 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}") -- 2.20.1