Lines Matching full:cmake
22 # This is intended to be run by a custom target in a CMake project like this.
29 # via the COV_PATH var. This should probably be the same as your cmake build dir.
34 # Example for running as standalone CMake script from the command line:
36 # $ cmake -DCOV_PATH=$(pwd)
38 # -P ../cmake/CoverallsGcovUpload.cmake
62 # Since it's not possible to pass a CMake list properly in the
65 # CMake list format.
269 # because CMake will fail to parse a line containing unmatched brackets...
284 # which also happens to be the same as the CMake list delimeter).
293 # Don't know how to do that in CMake however...