Add submodules

This commit is contained in:
John Zhao
2018-03-08 22:12:58 +08:00
parent 6a4344ccc7
commit 7f8de0b03c
4 changed files with 13 additions and 0 deletions

10
.gitmodules vendored Normal file
View File

@@ -0,0 +1,10 @@
[submodule "tests/gtest"]
path = tests/gtest
url = https://github.com/google/googletest.git
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog.git
[submodule "tools/linter"]
path = tools/linter
url = https://github.com/slightech/linter.git
branch = slightech