aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
Diffstat (limited to 'dep')
-rw-r--r--dep/CMakeLists.txt9
-rw-r--r--dep/PackageList.txt4
2 files changed, 13 insertions, 0 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 73192a57fdd..9c1b5cd9b97 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -35,3 +35,12 @@ if(TOOLS)
add_subdirectory(bzip2)
add_subdirectory(libmpq)
endif()
+
+if(BUILD_TESTING)
+ include(FetchContent)
+ FetchContent_Declare(Catch2
+ GIT_REPOSITORY https://github.com/catchorg/Catch2.git
+ GIT_TAG v2.13.0
+ GIT_SHALLOW 1)
+ FetchContent_MakeAvailable(Catch2)
+endif()
diff --git a/dep/PackageList.txt b/dep/PackageList.txt
index ebba25cf3ad..2647a039365 100644
--- a/dep/PackageList.txt
+++ b/dep/PackageList.txt
@@ -68,3 +68,7 @@ recastnavigation (Recast is state of the art navigation mesh construction toolse
argon2
https://github.com/P-H-C/phc-winner-argon2
Version: 62358ba
+
+catch2
+ https://github.com/catchorg/Catch2
+ Version: v2.13.0 \ No newline at end of file