cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

Fix gtest dependency #32

Closed dcbaker closed 2 months ago

dcbaker commented 2 months ago

This has two fixes:

  1. it fixes the CI to install the gtest development files
  2. it fixes the Meson build to allow gtest to fall back to a wrap
dcbaker commented 2 months ago

Yeah, fallbacks with optional dependencies have lots of weird interactions in Meson. I don't understand them all, obviously.