]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/gras/datadesc/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 / datadesc / CMakeLists.txt
diff --git a/teshsuite/gras/datadesc/CMakeLists.txt b/teshsuite/gras/datadesc/CMakeLists.txt
deleted file mode 100644 (file)
index e154e2e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/gras/datadesc/")
-
-add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
-
-### Add definitions for compile
-target_link_libraries(datadesc_usage gras m pthread -fprofile-arcs)