Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive mv to use cmake as the default compilation infrastructure.
[simgrid.git] / 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 (file)
index bdad243..0000000
+++ /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)