forked from nvaccess/nvda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 851 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
[submodule "include/liblouis"]
path = include/liblouis
url = https://github.com/liblouis/liblouis.git
[submodule "include/minhook"]
path = include/minhook
url = https://github.com/RaMMicHaeL/minhook
[submodule "miscDeps"]
path = miscDeps
url = https://github.com/nvaccess/nvda-misc-deps
[submodule "include/espeak"]
path = include/espeak
url=https://github.com/espeak-ng/espeak-ng
[submodule "include/sonic"]
path = include/sonic
url = https://github.com/waywardgeek/sonic.git
ignore = untracked
[submodule "include/pyserial"]
path = include/pyserial
url = https://github.com/pyserial/pyserial.git
ignore = untracked
[submodule "include/comtypes"]
path = include/comtypes
url = https://github.com/enthought/comtypes.git
ignore = untracked
[submodule "include/scons"]
path = include/scons
url = https://github.com/SConsProject/scons