X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d3bb007d52c72d2f2fd5a636d4792d4e5f9427d..187ba0c05f9fbe51175179b9f637b6554f947468:/examples/gras/all2all/CMakeLists.txt diff --git a/examples/gras/all2all/CMakeLists.txt b/examples/gras/all2all/CMakeLists.txt deleted file mode 100644 index da0650cbb0..0000000000 --- a/examples/gras/all2all/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 2.6) - -set_source_files_properties(${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_simulator.c ${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_sender.c ${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_receiver.c -PROPERTIES GENERATED true) - -set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/gras/all2all/") - -add_executable(all2all_simulator ${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_simulator.c ${PROJECT_DIRECTORY}/examples/gras/all2all/all2all.c) -add_executable(all2all_sender ${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_sender.c ${PROJECT_DIRECTORY}/examples/gras/all2all/all2all.c) -add_executable(all2all_receiver ${PROJECT_DIRECTORY}/examples/gras/all2all/_all2all_receiver.c ${PROJECT_DIRECTORY}/examples/gras/all2all/all2all.c) - -### Add definitions for compile -target_link_libraries(all2all_simulator simgrid pthread m -fprofile-arcs) -target_link_libraries(all2all_sender gras pthread m -fprofile-arcs) -target_link_libraries(all2all_receiver gras pthread m -fprofile-arcs)