-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 926 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
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt
[submodule "HriPhysioLib/external/liblsl"]
path = HriPhysioLib/external/liblsl
url = https://github.com/sccn/liblsl.git
[submodule "HriPhysioLib/external/yaml-cpp"]
path = HriPhysioLib/external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "HriPhysioLib/lib/external/yaml-cpp"]
path = HriPhysioLib/lib/external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "HriPhysioLib/lib/external/liblsl"]
path = HriPhysioLib/lib/external/liblsl
url = https://github.com/sccn/liblsl.git
[submodule "deps/labstreaminglayer"]
path = deps/labstreaminglayer
url = https://github.com/sccn/labstreaminglayer.git
[submodule "devices/LSL-Android"]
path = devices/LSL-Android
url = https://github.com/kothiga/LSL-Android.git
[submodule "deps/yaml-cpp"]
path = deps/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git