forked from skiplang/skip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
22 lines (22 loc) · 863 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "third-party/double_conversion/src"]
path = third-party/double_conversion/src
url = https://github.com/google/double-conversion
[submodule "third-party/folly/src"]
path = third-party/folly/src
url = https://github.com/facebook/folly.git
[submodule "third-party/gflags/src"]
path = third-party/gflags/src
url = https://github.com/gflags/gflags.git
[submodule "third-party/libunwind/src"]
path = third-party/libunwind/src
url = https://github.com/libunwind/libunwind.git
ignore = dirty
[submodule "third-party/icu/src"]
path = third-party/icu/src
url = https://github.com/unicode-org/icu.git
[submodule "third-party/jemalloc/src"]
path = third-party/jemalloc/src
url = https://github.com/jemalloc/jemalloc.git
[submodule "third-party/googletest/src"]
path = third-party/googletest/src
url = https://github.com/google/googletest.git