X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2..cfc676704bebcd57e5ea98bb43154245a150948f:/examples/msg/chord/CMakeLists.txt diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index 15c131edaa..a931a21709 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -1,9 +1,5 @@ -set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - -add_executable(chord chord.c) - -### Add definitions for compile -target_link_libraries(chord simgrid ) +add_executable (chord chord.c) +target_link_libraries(chord simgrid) set(tesh_files ${tesh_files} @@ -22,5 +18,4 @@ set(examples_src set(bin_files ${bin_files} ${CMAKE_CURRENT_SOURCE_DIR}/generate.py - ${CMAKE_CURRENT_SOURCE_DIR}/run_chord PARENT_SCOPE)