Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unused example chord_stateful removed
[simgrid.git] / examples / msg / chord / CMakeLists.txt
index 91c86c5..cc0096d 100644 (file)
@@ -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)