X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce25317042935b2621bf84d5fcb79d9368d14234..74855662cc55ccf11cc50c93d88fc095fc61e611:/teshsuite/gras/msg_handle/CMakeLists.txt diff --git a/teshsuite/gras/msg_handle/CMakeLists.txt b/teshsuite/gras/msg_handle/CMakeLists.txt index 6e0aeca271..ae70634134 100644 --- a/teshsuite/gras/msg_handle/CMakeLists.txt +++ b/teshsuite/gras/msg_handle/CMakeLists.txt @@ -23,6 +23,12 @@ add_custom_command( ) ### Add definitions for compile +if(NOT WIN32) target_link_libraries(msg_handle_simulator simgrid m pthread ) target_link_libraries(msg_handle_client gras m pthread ) target_link_libraries(msg_handle_server gras m pthread ) +else(NOT WIN32) +target_link_libraries(msg_handle_simulator simgrid) +target_link_libraries(msg_handle_client gras) +target_link_libraries(msg_handle_server gras) +endif(NOT WIN32)