Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
graphicator is needed by make install.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 13 Jan 2019 13:59:48 +0000 (14:59 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 13 Jan 2019 14:05:11 +0000 (15:05 +0100)
tools/graphicator/CMakeLists.txt

index 5d81a73..724853c 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)
 add_dependencies     (tests       graphicator)
 target_link_libraries(graphicator simgrid)
 set_target_properties(graphicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)