X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc7bcc75749ca6fe24da694e8ab8682af0f67149..236075d9897437d7a58686ccaa78056d268df867:/examples/simdag/properties/CMakeLists.txt diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt deleted file mode 100644 index 57f41058df..0000000000 --- a/examples/simdag/properties/CMakeLists.txt +++ /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)