Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving graphicator from teshsuite to tools/graphicator/
[simgrid.git] / tools / gras / CMakeLists.txt
index 7897ee2..632026f 100644 (file)
@@ -6,7 +6,7 @@ add_executable(gras_stub_generator stub_generator.c unix_stub_generator.c window
 
 ### Add definitions for compile
 if(NOT WIN32)
-    target_link_libraries(gras_stub_generator gras simgrid pthread m)
+    target_link_libraries(gras_stub_generator simgrid pthread m)
 else(NOT WIN32)
-    target_link_libraries(gras_stub_generator gras simgrid)
+    target_link_libraries(gras_stub_generator simgrid)
 endif(NOT WIN32)
\ No newline at end of file