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 f76e704..ae70634 100644 (file)
@@ -23,6 +23,12 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
-target_link_libraries(msg_handle_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_client gras m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_server gras m pthread -fprofile-arcs)
+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)