~mterry/policykit-unity8/systemd

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Pete Woods
  • Date: 2017-03-10 16:10:15 UTC
  • mfrom: (18.1.1 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170310161015-6dna11czj7dg0pni
Compatibility with unversioned cmake-extras modules (LP: #1563573)

Approved by: Michi Henning

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
##
35
35
 
36
36
set_property(GLOBAL PROPERTY FORMAT_SOURCES)
37
 
include(FormatCode)
 
37
find_package(FormatCode)
38
38
 
39
39
##
40
40
## Go deeper into the tree
60
60
## Coverage
61
61
##
62
62
 
63
 
include(EnableCoverageReport)
 
63
find_package(CoverageReport)
64
64
set(filter-list)
65
65
list(APPEND filter-list "/usr")
66
66
list(APPEND filter-list "${CMAKE_SOURCE_DIR}/tests")