X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db9e1e77f7d08a187ac8e5588e42b3358879de9f..d9a2ba6da1bdc02e8adeb3e87f792d5291b2ea10:/teshsuite/gras/empty_main/CMakeLists.txt diff --git a/teshsuite/gras/empty_main/CMakeLists.txt b/teshsuite/gras/empty_main/CMakeLists.txt index aff518ca4b..088eaaddb7 100644 --- a/teshsuite/gras/empty_main/CMakeLists.txt +++ b/teshsuite/gras/empty_main/CMakeLists.txt @@ -19,5 +19,10 @@ add_custom_command( ) ### Add definitions for compile +if(NOT WIN32) target_link_libraries(empty_main_simulator simgrid m pthread) target_link_libraries(empty_main_function gras m pthread) +else(NOT WIN32) +target_link_libraries(empty_main_simulator simgrid) +target_link_libraries(empty_main_function gras) +endif(NOT WIN32) \ No newline at end of file