Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update CMakeLists for windows
[simgrid.git] / teshsuite / simdag / network / CMakeLists.txt
index b19d29e..9386944 100644 (file)
@@ -6,5 +6,9 @@ add_executable(test_reinit_costs test_reinit_costs.c)
 
 
 ### Add definitions for compile
+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)