Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update default platform in smpirun.
[simgrid.git] / teshsuite / simdag / network / CMakeLists.txt
index 948752f..9386944 100644 (file)
@@ -6,5 +6,9 @@ add_executable(test_reinit_costs test_reinit_costs.c)
 
 
 ### Add definitions for compile
-target_link_libraries(test_reinit_costs simgrid m pthread -fprofile-arcs)
+if(NOT WIN32)
+target_link_libraries(test_reinit_costs simgrid m pthread )
+else(NOT WIN32)
+target_link_libraries(test_reinit_costs simgrid)
+endif(NOT WIN32)