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