From: navarrop Date: Mon, 21 Jun 2010 14:08:06 +0000 (+0000) Subject: Now call the file for windows. X-Git-Tag: v3_5~897 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a60dd263b80238e499c90ffcbebf3b25ed626658 Now call the file for windows. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7912 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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)