X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad506f945c2281126c19806c9a062be7a6df407e..454b70c5a1190dabba800aa80c525724859b3935:/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt index 2aeede8c0a..6b791d2756 100644 --- a/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt +++ b/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt @@ -1,11 +1,10 @@ cmake_minimum_required(VERSION 2.6) +set_source_files_properties(_pmm_simulator.c _pmm_slave.c _pmm_master.c +PROPERTIES GENERATED true) + set(EXECUTABLE_OUTPUT_PATH "./") set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib") -set(INCLUDES "-I${PROJECT_DIRECTORY}/include -I${PROJECT_DIRECTORY}/src/include -I${PROJECT_DIRECTORY}/src -I/usr/include") - -set(CMAKE_CXX_FLAGS -fprofile-arcs -ftest-coverage) -add_definitions (${INCLUDES} -fprofile-arcs -ftest-coverage) add_executable(pmm_simulator _pmm_simulator.c pmm.c) add_executable(pmm_slave _pmm_slave.c pmm.c)