Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update CMakeLists for windows
[simgrid.git] / teshsuite / gras / small_sleep / CMakeLists.txt
index d5d3e1d..e52ad6d 100644 (file)
@@ -19,5 +19,10 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
+if(NOT WIN32)
 target_link_libraries(small_sleep_simulator simgrid m pthread)
 target_link_libraries(small_sleep_function gras m pthread)
+else(NOT WIN32)
+target_link_libraries(small_sleep_simulator simgrid)
+target_link_libraries(small_sleep_function gras)
+endif(NOT WIN32)
\ No newline at end of file