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