-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.05 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "third_party/googletest"]
path = third_party/googletest
url = git@github.com:google/googletest.git
[submodule "third_party/hermes"]
path = third_party/hermes
url = git@github.com:facebook/hermes.git
[submodule "third_party/quickjs"]
path = third_party/quickjs
url = git@github.com:bellard/quickjs.git
[submodule "third_party/react-native"]
path = third_party/react-native
url = git@github.com:facebook/react-native.git
[submodule "third_party/folly"]
path = third_party/folly
url = git@github.com:facebook/folly.git
[submodule "third_party/double-conversion"]
path = third_party/double-conversion
url = git@github.com:google/double-conversion.git
[submodule "third_party/libevent"]
path = third_party/libevent
url = git@github.com:libevent/libevent.git
[submodule "third_party/fbjni"]
path = third_party/fbjni
url = git@github.com:facebookincubator/fbjni.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = git@github.com:fmtlib/fmt.git
[submodule "third_party/glog"]
path = third_party/glog
url = git@github.com:google/glog.git