X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/357161726548d2482a45d6bfc3d12befe6ebb72d..743d783b7f96055b312f7d9daf4ccb48efc4c2f7:/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt index eda87797e1..272ee1ee27 100644 --- a/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt +++ b/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 2.6) +set_source_files_properties(_mmrpc_simulator.c _mmrpc_client.c _mmrpc_server.c +PROPERTIES GENERATED true) + set(EXECUTABLE_OUTPUT_PATH "./") set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")