X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad506f945c2281126c19806c9a062be7a6df407e..357161726548d2482a45d6bfc3d12befe6ebb72d:/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt b/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt index 20d5d767e2..637a256dc3 100644 --- a/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt +++ b/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt @@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 2.6) 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(get_sender get_sender.c)