From: Marion Guthmuller Date: Mon, 8 Oct 2012 19:42:25 +0000 (+0200) Subject: add executable chord_before_dsend in CMakeLists X-Git-Tag: v3_8~102^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b240f3b24ec47fc11b977be6de1f779c70cde89?ds=sidebyside add executable chord_before_dsend in CMakeLists --- diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index 32f019223c..a45ab70db0 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -3,6 +3,7 @@ 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 ) @@ -24,6 +25,7 @@ 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