X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62e28c674a95e474a5c36a1f8708fc8de13ce1dd..ea1979038ff351519752688afc00416a6fb83929:/tools/graphicator/CMakeLists.txt?ds=sidebyside diff --git a/tools/graphicator/CMakeLists.txt b/tools/graphicator/CMakeLists.txt index 954e3ee924..724853c677 100644 --- a/tools/graphicator/CMakeLists.txt +++ b/tools/graphicator/CMakeLists.txt @@ -1,4 +1,5 @@ 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_TESH(graphicator --setenv srcdir=${CMAKE_HOME_DIRECTORY} --setenv bindir=${CMAKE_BINARY_DIR}/bin --cd ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/graphicator.tesh)