Home | History | Annotate | Download | only in cmake

Lines Matching full:cmake

32 		message("Coveralls: Using alternate CMake script dir: ${_CMAKE_SCRIPT_PATH}")
34 set(_CMAKE_SCRIPT_PATH ${PROJECT_SOURCE_DIR}/cmake)
37 if (NOT EXISTS "${_CMAKE_SCRIPT_PATH}/CoverallsClear.cmake")
38 message(FATAL_ERROR "Coveralls: Missing ${_CMAKE_SCRIPT_PATH}/CoverallsClear.cmake")
41 if (NOT EXISTS "${_CMAKE_SCRIPT_PATH}/CoverallsGenerateGcov.cmake")
42 message(FATAL_ERROR "Coveralls: Missing ${_CMAKE_SCRIPT_PATH}/CoverallsGenerateGcov.cmake")
45 # When passing a CMake list to an external process, the list
51 # http://cmake.3232098.n2.nabble.com/Passing-a-CMake-list-quot-as-is-quot-to-a-custom-target-td6505681.html
65 -P "${_CMAKE_SCRIPT_PATH}/CoverallsClear.cmake"
71 # We do this by executing an external CMake script.
72 # (We don't want this to run at CMake generation time, but after compilation and everything has run).
78 -P "${_CMAKE_SCRIPT_PATH}/CoverallsGenerateGcov.cmake"