Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorg examples/simdag for better user experience
[simgrid.git] / examples / simdag / properties / CMakeLists.txt
diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt
deleted file mode 100644 (file)
index c7e8e18..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/properties/")
-
-add_executable(sd_prop sd_prop.c)
-
-### Add definitions for compile
-target_link_libraries(sd_prop simgrid pthread m -fprofile-arcs)