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 57f4105..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(sd_prop sd_prop.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-target_link_libraries(sd_prop simgrid pthread m )
-else(NOT WIN32)
-target_link_libraries(sd_prop simgrid)
-endif(NOT WIN32)