From 53dac3537e88d72ba0e01edfe8d3ac4b3c99c0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20H=C3=B6hne?= <77296181+THoehne@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:11:18 +0100 Subject: [PATCH] Google testing works now --- .gitmodules | 3 +++ Engine/Source/ThirdParty/googletest | 1 + 2 files changed, 4 insertions(+) create mode 160000 Engine/Source/ThirdParty/googletest diff --git a/.gitmodules b/.gitmodules index df77bfc..0b19dbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Engine/Source/ThirdParty/spdlog"] path = Engine/Source/ThirdParty/spdlog url = git@github.com:gabime/spdlog.git +[submodule "Engine/Source/ThirdParty/googletest"] + path = Engine/Source/ThirdParty/googletest + url = https://github.com/google/googletest.git diff --git a/Engine/Source/ThirdParty/googletest b/Engine/Source/ThirdParty/googletest new file mode 160000 index 0000000..a6ce08a --- /dev/null +++ b/Engine/Source/ThirdParty/googletest @@ -0,0 +1 @@ +Subproject commit a6ce08abf746c0aaa577520d6d1f6ea2abeeb61d