-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
32 lines (31 loc) · 1001 Bytes
/
.gitmodules
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
31
32
[submodule "libraries/chainbase"]
path = libraries/chainbase
url = https://github.com/eosio/chainbase
ignore = dirty
[submodule "libraries/appbase"]
path = libraries/appbase
url = https://github.com/eosio/appbase
ignore = dirty
[submodule "contracts/musl/upstream"]
path = contracts/musl/upstream
url = https://github.com/EOSIO/musl.git
branch = eosio
[submodule "contracts/libc++/upstream"]
path = contracts/libc++/upstream
url = https://github.com/EOSIO/libcxx.git
branch = eosio
[submodule "externals/binaryen"]
path = externals/binaryen
url = https://github.com/EOSIO/binaryen
[submodule "libraries/softfloat"]
path = libraries/softfloat
url = https://github.com/eosio/berkeley-softfloat-3
[submodule "externals/magic_get"]
path = externals/magic_get
url = https://github.com/EOSIO/magic_get
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/EOSIO/fc
[submodule "libraries/wabt"]
path = libraries/wabt
url = https://github.com/EOSIO/wabt