diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2023-01-13 16:21:39 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2023-01-20 11:43:34 -0800 |
| commit | 597f8f1b874bf93854ae178795c55117f680e457 (patch) | |
| tree | 4bb8e2d1d73d87b67658cb55a5939f37046ac819 /.gitmodules | |
| parent | d1aacf85475f1a3c4e081a380fd46f002387da2d (diff) | |
Externals: Convert gtest to a submodule and update to v1.12.1
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a6d8a69e7e..b7cc3223b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,6 @@ [submodule "Externals/implot/implot"] path = Externals/implot/implot url = https://github.com/epezent/implot.git +[submodule "Externals/gtest"] + path = Externals/gtest + url = https://github.com/google/googletest.git |
