X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8476066e41d514872e88d00fcd92c5d4ea2129b0..8e5fd358204ea1ca0c07291943566ad2099f01bf:/testsuite/simdag/CMakeLists.txt?ds=sidebyside diff --git a/testsuite/simdag/CMakeLists.txt b/testsuite/simdag/CMakeLists.txt deleted file mode 100644 index 6b303b8b53..0000000000 --- a/testsuite/simdag/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_test sd_test.c) - -### Add definitions for compile -if(NOT WIN32) -target_link_libraries(sd_test simgrid m ) -else(NOT WIN32) -target_link_libraries(sd_test simgrid ) -endif(NOT WIN32)