.gitmodules 597 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
[submodule "third-party/gflags"]
	path = third-party/gflags
	url = https://github.com/gflags/gflags.git
[submodule "third-party/googletest"]
	path = third-party/googletest
	url = https://github.com/google/googletest.git
[submodule "third-party/protobuf-mobile"]
	path = third-party/protobuf-mobile
	url = https://github.com/tensor-tang/protobuf.git
[submodule "third-party/protobuf-host"]
	path = third-party/protobuf-host
	url = https://github.com/protocolbuffers/protobuf.git
13 14 15
[submodule "third-party/flatbuffers"]
	path = third-party/flatbuffers
	url = https://github.com/google/flatbuffers.git