Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first version of g5K using cluster tags.
[simgrid.git] / teshsuite / gras / msg_handle / CMakeLists.txt
index 6e0aeca..ae70634 100644 (file)
@@ -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)