- Sidequest: Clean up header-only library dependencies with cmake.
This commit is contained in:
7
cmake/Catch2.cmake
Normal file
7
cmake/Catch2.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
Include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
Catch2
|
||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||
GIT_TAG v2.13.7)
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
Reference in New Issue
Block a user