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 / gras / msg_handle / CMakeLists.txt
diff --git a/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt
deleted file mode 100644 (file)
index 82921c0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set_source_files_properties(_msg_handle_simulator.c _msg_handle_client.c _msg_handle_server.c
-PROPERTIES GENERATED true)
-
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
-
-add_executable(msg_handle_simulator msg_handle.c _msg_handle_simulator.c)
-add_executable(msg_handle_client msg_handle.c _msg_handle_client.c)
-add_executable(msg_handle_server msg_handle.c _msg_handle_server.c)
-
-### Add definitions for compile
-target_link_libraries(msg_handle_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_client gras m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_server gras m pthread -fprofile-arcs)