]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/chord/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove tabs
[simgrid.git] / examples / msg / chord / CMakeLists.txt
index 91c86c5b52b051e298b408e56c533e3eee94dc44..cc0096d244b367578c1336fc6270fca826b42fdc 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)