~allanlesage/unity-scope-click/enable-coverage-reporting-refreshed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Allan LeSage
  • Date: 2014-05-05 19:56:37 UTC
  • Revision ID: allan.lesage@canonical.com-20140505195637-flnr16sa9135tykl
Coverage tooling origin comment http->https per dobey req.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
add_subdirectory(data)
41
41
add_subdirectory(po)
42
42
 
43
 
include(EnableCoverageReport) # Using gcov CMake modules from http://code.cor-lab.org/projects/rsc
 
43
include(EnableCoverageReport) # Using gcov CMake modules from https://code.cor-lab.org/projects/rsc
44
44
#####################################################################
45
45
# Enable code coverage calculation with gcov/gcovr/lcov
46
46
# Usage: