OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
244 stars 111 forks source link

simplify googletest integration #1144

Closed agalasso closed 6 months ago

agalasso commented 6 months ago

Integrate googletest using CMake's FetchContent method

This is now googletest's recommended approach https://github.com/google/googletest/tree/main/googletest#incorporating-into-an-existing-cmake-project

tested on Windows, Linux, Mac