Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Should be type void*.
[simgrid.git] / src / CMakeLists.txt
index d591a9b..d6db69d 100644 (file)
@@ -12,4 +12,6 @@ PROPERTIES GENERATED true)
 add_executable(testall ${USE_TEST_UNITS})
 
 ### Add definitions for compile
-target_link_libraries(testall gras m -fprofile-arcs)
+target_link_libraries(testall gras m)
+
+add_dependencies(testall units_files)
\ No newline at end of file