chore(cmake): add dependencies as submodule
This commit is contained in:
parent
bbebd8d5e7
commit
1ef219527e
10
.gitignore
vendored
10
.gitignore
vendored
@ -76,8 +76,8 @@ src/Makefile
|
||||
*.pyc
|
||||
|
||||
# Ignore directories gclient syncs.
|
||||
src/testing
|
||||
src/third_party/glog
|
||||
src/third_party/lss
|
||||
src/third_party/protobuf
|
||||
src/tools/gyp
|
||||
#src/testing
|
||||
#src/third_party/glog
|
||||
#src/third_party/lss
|
||||
#src/third_party/protobuf
|
||||
#src/tools/gyp
|
||||
|
15
.gitmodules
vendored
Normal file
15
.gitmodules
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
[submodule "src/third_party/glog"]
|
||||
path = src/third_party/glog
|
||||
url = https://github.com/google/glog.git
|
||||
[submodule "src/testing"]
|
||||
path = src/testing
|
||||
url = https://github.com/google/googletest.git
|
||||
[submodule "src/third_party/protobuf/protobuf"]
|
||||
path = src/third_party/protobuf/protobuf
|
||||
url = https://github.com/google/protobuf.git
|
||||
[submodule "src/tools/gyp"]
|
||||
path = src/tools/gyp
|
||||
url = https://chromium.googlesource.com/external/gyp
|
||||
[submodule "src/third_party/lss"]
|
||||
path = src/third_party/lss
|
||||
url = https://chromium.googlesource.com/linux-syscall-support/
|
1
src/testing
Submodule
1
src/testing
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cf517375efb5581dc0f187275ebce964c34e4a3f
|
1
src/third_party/glog
vendored
Submodule
1
src/third_party/glog
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a66751870fb4e6184ac0a58303cb1f97e499f5fe
|
1
src/third_party/lss
vendored
Submodule
1
src/third_party/lss
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 08056836f2b4a5747daff75435d10d649bed22f6
|
1
src/third_party/protobuf/protobuf
vendored
Submodule
1
src/third_party/protobuf/protobuf
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ffe25c76eac55347d74bef508410f90f01f1db85
|
1
src/tools/gyp
Submodule
1
src/tools/gyp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0f5bae131e582e4cecc417d13ea0b8de440135c5
|
Loading…
Reference in New Issue
Block a user