forked from L-Acoustics/avdecc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 819 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "externals/3rdparty/gtest"]
path = externals/3rdparty/gtest
url = https://github.com/google/googletest.git
[submodule "externals/3rdparty/fmtlib"]
path = externals/3rdparty/fmtlib
url = https://github.com/fmtlib/fmt
[submodule "externals/3rdparty/json"]
path = externals/3rdparty/json
url = https://github.com/nlohmann/json
[submodule "scripts/bashUtils"]
path = scripts/bashUtils
url = https://github.com/christophe-calmejane/bashUtils.git
[submodule "cmake/cmakeUtils"]
path = cmake/cmakeUtils
url = https://github.com/christophe-calmejane/cmakeUtils.git
[submodule "externals/nih"]
path = externals/nih
url = https://github.com/L-Acoustics/networkInterfaceHelper.git
[submodule "Docker/dockerHelper"]
path = Docker/dockerHelper
url = https://github.com/christophe-calmejane/dockerHelper.git