]> AND Public Git Repository - simgrid.git/blobdiff - src/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Huge set of modifications to restore more uniform APIs when dealing with src and...
[simgrid.git] / src / CMakeLists.txt
index 876654bf87475846a117c1a71950ae28d4ed3a07..9554134b2f18da381210fce5afdd62c2ddf803df 100644 (file)
@@ -13,6 +13,10 @@ PROPERTIES GENERATED true)
 add_executable(testall ${USE_TEST_UNITS})
 
 ### Add definitions for compile
-target_link_libraries(testall gras m)
+if(NOT WIN32)
+    target_link_libraries(testall gras m)
+else(NOT WIN32)
+    target_link_libraries(testall gras)
+endif(NOT WIN32)
 
 add_dependencies(testall units_files)
\ No newline at end of file