Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / examples / simdag / scheduling / CMakeLists.txt
index e95afa6..62b2018 100644 (file)
@@ -5,4 +5,8 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/scheduling/")
 add_executable(minmin_test minmin_test.c)
 
 ### Add definitions for compile
+if(NOT WIN32)
 target_link_libraries(minmin_test simgrid pthread m)
+else(NOT WIN32)
+target_link_libraries(minmin_test simgrid)
+endif(NOT WIN32)