aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: Move coverage report generation macro into basefolder's ↵Mike Gabriel2021-05-041-0/+9
| | | | | | | | CMakeLists.txt file. With the previous approach, only coverage of the tests/ subfolder was reported (which always should be 100%). With this change, also coverage of the files in src/ is reported.
* CMakeLists.txt: Drop duplicate status messagesRobert Tari2021-04-211-4/+1
|
* CMakeLists.txt: Fix typoRobert Tari2021-04-211-1/+1
|
* CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call.Mike Gabriel2021-04-211-5/+0
|
* CMakeLists.txt: Leave finding gtest.pc to GMock cmake module.Mike Gabriel2021-04-211-5/+0
|
* CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest. Support ↵Mike Gabriel2021-04-211-2/+2
| | | | building on Debian 10.
* CMakeLists.txt: Let's tolerate CMake minimum version 3.13 (to support ↵Mike Gabriel2021-04-211-1/+1
| | | | building against Debian 10).
* {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option.Mike Gabriel2021-04-211-0/+8
|
* CMakeLists.txt: Don't use variable name MAINTAINER_MODE (it is misleading), ↵Mike Gabriel2021-04-211-7/+13
| | | | use ENABLE_TESTS and ENABLE_COVERAGE as options instead.
* Add CMakeLists.txt files.Robert Tari2021-04-211-0/+58