Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist / distcheck.
[simgrid.git] / tools / graphicator / CMakeLists.txt
index 5d81a739db9ac22f9ccf0e6db81ce005147ccafc..724853c677f90085b011b909fb90a84f62a65c8c 100644 (file)
@@ -1,4 +1,4 @@
-add_executable       (graphicator EXCLUDE_FROM_ALL graphicator.c)
+add_executable       (graphicator graphicator.c)
 add_dependencies     (tests       graphicator)
 target_link_libraries(graphicator simgrid)
 set_target_properties(graphicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)