SFML/test
Chris Thrasher 0f83e3d266 Use FetchContent to grab latest Catch2 release
The key benefit here is that now we're linking against their CMake
target which makes it easy to change how we depend on Catch2. We
can switch from FetchContent to FindPackage to a git submodule and
never have to change our code because we're depending on Catch2 in
the most flexible way possible.
2021-12-21 23:11:15 +01:00
..
src Use FetchContent to grab latest Catch2 release 2021-12-21 23:11:15 +01:00
CMakeLists.txt Use FetchContent to grab latest Catch2 release 2021-12-21 23:11:15 +01:00