X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2b401f886e6e1c849e1dcd5b70a7133ba4859f9..09dc52c7febe7a37513ee7480826f5a2c4ceb76e:/examples/msg/chord/CMakeLists.txt diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index 91c86c5b52..cc0096d244 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -3,8 +3,6 @@ cmake_minimum_required(VERSION 2.6) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(chord "chord.c") -add_executable(chord_stateful "chord_stateful.c") ### Add definitions for compile target_link_libraries(chord simgrid ) -target_link_libraries(chord_stateful simgrid)