diff options
| author | KunoiSayami <[email protected]> | 2021-11-07 20:06:38 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-07 20:06:38 +0800 |
| commit | c0b9d06b6688088fd167b0c1f897934185074c01 (patch) | |
| tree | 9543894bd44991ed60e127a49d3aab69a2d0f6fe /.gitmodules | |
| parent | 779128d348ce00ef89f2144cb91453ebabd16519 (diff) | |
feat: Add googletest
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3380c92 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/googletest"] + path = thirdparty/googletest + url = https://github.com/google/googletest.git |
