X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/417742f1c7f6545db82079acd702fde03547d400..cfc908020fbf63ece22826542148fa0e01fd4195:/examples/simdag/dot/CMakeLists.txt diff --git a/examples/simdag/dot/CMakeLists.txt b/examples/simdag/dot/CMakeLists.txt index c4fabb3d9b..5371f27070 100644 --- a/examples/simdag/dot/CMakeLists.txt +++ b/examples/simdag/dot/CMakeLists.txt @@ -1,5 +1,5 @@ if(HAVE_GRAPHVIZ) - foreach(x dot_test ptg_test simulate_dot dot_test2) + foreach(x dot_test ptg_test simulate_dot) add_executable (${x} ${x}.c) target_link_libraries(${x} simgrid) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.c)