X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4c833db81bfe0a8631d28976f89a55a1f042fb9..963aa331797f0bc1a8173af4b3970205bcbfbd0c:/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt diff --git a/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt deleted file mode 100644 index bdad24380c..0000000000 --- a/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 2.6) - -set(EXECUTABLE_OUTPUT_PATH "./") -set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib") - -add_executable(test_latency1 test_latency1.c) -add_executable(test_latency2 test_latency2.c) -add_executable(test_latency3 test_latency3.c) -add_executable(test_latency_bound test_latency_bound.c) - -### Add definitions for compile -target_link_libraries(test_latency1 simgrid m pthread -fprofile-arcs) -target_link_libraries(test_latency2 simgrid m pthread -fprofile-arcs) -target_link_libraries(test_latency3 simgrid m pthread -fprofile-arcs) -target_link_libraries(test_latency_bound simgrid m pthread -fprofile-arcs)