X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7eef625065d0b3af4a64b5665009491426db974f..11d3d193d6035bcf8c532d3852d86e10062c2622:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index eb72ca5f77..4d1e64f3f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,11 @@ include(${PROJECT_DIRECTORY}/buildtools/Cmake/MaintainerMode.cmake) include(${PROJECT_DIRECTORY}/buildtools/Cmake/Flags.cmake) ### Make Libs and Exes +if(WIN32) +include(${PROJECT_DIRECTORY}/buildtools/Cmake/MakeExeLibWin.cmake) +else(WIN32) include(${PROJECT_DIRECTORY}/buildtools/Cmake/MakeExeLib.cmake) +endif(WIN32) ### Build the doc if(enable_doc)