summaryrefslogtreecommitdiffhomepage
path: root/contrib/gtest/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gtest/CMakeLists.txt')
-rw-r--r--contrib/gtest/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/gtest/CMakeLists.txt b/contrib/gtest/CMakeLists.txt
new file mode 100644
index 0000000..657bacc
--- /dev/null
+++ b/contrib/gtest/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(BUILD_GMOCK OFF CACHE INTERNAL "")
+set(INSTALL_GTEST OFF CACHE INTERNAL "")
+FetchContent_Declare(
+ GTest
+ URL https://github.com/google/googletest/archive/refs/tags/v1.13.0.tar.gz
+ URL_HASH SHA1=bfa4b5131b6eaac06962c251742c96aab3f7aa78
+ DOWNLOAD_EXTRACT_TIMESTAMP No)