X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fa8d6780a107eb5ae1ff8a233b0dd23cb065f8a..ca7e44eedb71bed5a09556bdd8e3fa13be21c9ce:/examples/msg/chord/CMakeLists.txt diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index b982c467c1..32f019223c 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -3,11 +3,9 @@ cmake_minimum_required(VERSION 2.6) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(chord chord.c) -add_executable(chord_before_dsend chord_before_dsend.c) ### Add definitions for compile target_link_libraries(chord simgrid ) -target_link_libraries(chord_before_dsend simgrid ) set(tesh_files ${tesh_files} @@ -26,7 +24,6 @@ set(xml_files set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/chord.c - ${CMAKE_CURRENT_SOURCE_DIR}/chord_before_dsend.c PARENT_SCOPE ) set(bin_files