diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 22:10:58 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-03-08 21:04:14 +0100 |
commit | cc086e08c128763762b3fa67c6d2771b88d84d9d (patch) | |
tree | 4370c0568300ed1fb37cd4cde34bd168a5b7840c /.gitmodules | |
parent | e1aa301c395afe399898d84c13297c4c2557ed52 (diff) | |
download | tmwa-cc086e08c128763762b3fa67c6d2771b88d84d9d.tar.gz tmwa-cc086e08c128763762b3fa67c6d2771b88d84d9d.tar.bz2 tmwa-cc086e08c128763762b3fa67c6d2771b88d84d9d.tar.xz tmwa-cc086e08c128763762b3fa67c6d2771b88d84d9d.zip |
Add googletest-1.8.1 as a submodule - gtest-1.14 shipped by my distro requires C++14.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 931035d..8197e60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/attoconf"] path = deps/attoconf url = https://github.com/o11c/attoconf.git +[submodule "deps/googletest"] + path = deps/googletest + url = https://github.com/google/googletest.git |