Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / tools / gras / CMakeLists.txt
diff --git a/tools/gras/CMakeLists.txt b/tools/gras/CMakeLists.txt
deleted file mode 100644 (file)
index 406e98d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin")
-
-add_executable(gras_stub_generator stub_generator.c unix_stub_generator.c windows_stub_generator.c)
-
-### Add definitions for compile
-target_link_libraries(gras_stub_generator simgrid pthread m -fprofile-arcs)
\ No newline at end of file