Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

build: migrate CoverageReport to cmake-extras & fix its usage #358

Open
wants to merge 2 commits into
base: xenial
Choose a base branch
from

Commits on Jan 26, 2021

  1. build: migrate CoverageReport to cmake-extras

    This allows this package to receive updates to CoverageReport in the
    future.
    
    Also B-D on new enough cmake-extras (which is ancient at this point, but
    just in case).
    peat-psuwit committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    af17268 View commit details
    Browse the repository at this point in the history
  2. build: fix building with coverage report

    Both ${SHELL_APP} variable and the target with that name is defined
    later in the CMakeLists.txt, so the coverage enabling code has to move
    down.
    peat-psuwit committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    43b3018 View commit details
    Browse the repository at this point in the history