]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/gras/small_sleep/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / teshsuite / gras / small_sleep / CMakeLists.txt
diff --git a/teshsuite/gras/small_sleep/CMakeLists.txt b/teshsuite/gras/small_sleep/CMakeLists.txt
deleted file mode 100644 (file)
index 3684c2c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set_source_files_properties(_small_sleep_function.c _small_sleep_simulator.c
-PROPERTIES GENERATED true)
-
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
-
-add_executable(small_sleep_function    small_sleep.c _small_sleep_function.c)
-add_executable(small_sleep_simulator   small_sleep.c _small_sleep_simulator.c)
-
-### Add definitions for compile
-target_link_libraries(small_sleep_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(small_sleep_function gras m pthread -fprofile-arcs)