Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / examples / gras / timer / CMakeLists.txt
diff --git a/examples/gras/timer/CMakeLists.txt b/examples/gras/timer/CMakeLists.txt
deleted file mode 100644 (file)
index 7b46583..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set_source_files_properties(${PROJECT_DIRECTORY}/examples/gras/timer/_timer_simulator.c ${PROJECT_DIRECTORY}/examples/gras/timer/_timer_client.c
-PROPERTIES GENERATED true)
-
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/gras/timer/")
-
-add_executable(timer_simulator ${PROJECT_DIRECTORY}/examples/gras/timer/_timer_simulator.c ${PROJECT_DIRECTORY}/examples/gras/timer/timer.c)
-add_executable(timer_client ${PROJECT_DIRECTORY}/examples/gras/timer/_timer_client.c ${PROJECT_DIRECTORY}/examples/gras/timer/timer.c)
-
-### Add definitions for compile
-target_link_libraries(timer_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(timer_client gras pthread m -fprofile-arcs)