Add submodules
This commit is contained in:
parent
6a4344ccc7
commit
7f8de0b03c
10
.gitmodules
vendored
Normal file
10
.gitmodules
vendored
Normal 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
|
1
tests/gtest
Submodule
1
tests/gtest
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9bda90b7e5e08c4c37a832d0cea218aed6af6470
|
1
third_party/glog
vendored
Submodule
1
third_party/glog
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a97d6b0e1ce34e4e1956c63de8ddd325ff164512
|
1
tools/linter
Submodule
1
tools/linter
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 919cccda12cd66786164db0032e62786e22ba3bb
|
Loading…
Reference in New Issue
Block a user