X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4c833db81bfe0a8631d28976f89a55a1f042fb9..963aa331797f0bc1a8173af4b3970205bcbfbd0c:/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 index 82921c0663..0000000000 --- a/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt +++ /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)