X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16dd4462054b2f22e97c7813f57088d5df7c27d4..454b70c5a1190dabba800aa80c525724859b3935:/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt index 90ed053c8e..da39056af0 100644 --- a/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt +++ b/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 2.6) +set_source_files_properties(_all2all_simulator.c _all2all_sender.c _all2all_receiver.c +PROPERTIES GENERATED true) + set(EXECUTABLE_OUTPUT_PATH "./") set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")