Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive mv to use cmake as the default compilation infrastructure.
[simgrid.git] / buildtools / Cmake / simgrid_CMakeList / examples / msg / trace / CMakeLists.txt
diff --git a/buildtools/Cmake/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt
deleted file mode 100644 (file)
index e801bf0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
-
-add_executable(test_trace_integration test_trace_integration.c)
-
-### Add definitions for compile
-target_link_libraries(test_trace_integration simgrid m -fprofile-arcs)