Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
windows: also allow internal includes to the lib
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 20:15:45 +0000 (21:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 20:15:45 +0000 (21:15 +0100)
doc/doxygen/inside_release.doc
tools/cmake/MakeLibWin.cmake

index 68a8f14..3f3cd9f 100644 (file)
@@ -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,
     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
   - 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
index fdbafe3..428fba4 100644 (file)
@@ -26,3 +26,6 @@ endif()
 
 target_link_libraries(simgrid  ${SIMGRID_DEP})
 
 
 target_link_libraries(simgrid  ${SIMGRID_DEP})
 
+# The library can obviously use the internal headers
+set_property(TARGET simgrid
+             APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")