X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db9e1e77f7d08a187ac8e5588e42b3358879de9f..74855662cc55ccf11cc50c93d88fc095fc61e611:/examples/gras/timer/CMakeLists.txt diff --git a/examples/gras/timer/CMakeLists.txt b/examples/gras/timer/CMakeLists.txt index ad883e96db..26358443ad 100644 --- a/examples/gras/timer/CMakeLists.txt +++ b/examples/gras/timer/CMakeLists.txt @@ -19,5 +19,11 @@ add_custom_command( ) ### Add definitions for compile +if(NOT WIN32) target_link_libraries(timer_simulator simgrid pthread m ) target_link_libraries(timer_client gras pthread m ) +else(NOT WIN32) +target_link_libraries(timer_simulator simgrid) +target_link_libraries(timer_client gras) +endif(NOT WIN32) +