Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one more refactored
[simgrid.git] / examples / msg / chord / CMakeLists.txt
diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt
deleted file mode 100644 (file)
index 91c86c5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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)