-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.13 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.13 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
[submodule "submodules/asio"]
path = Code/submodules/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "submodules/spdlog"]
path = Code/submodules/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "submodules/tclap"]
path = Code/submodules/tclap
url = https://github.com/mirror/tclap.git
[submodule "submodules/dnp3"]
path = Code/submodules/dnp3
url = https://github.com/neilstephens/opendnp3.git
[submodule "submodules/python-cmake-buildsystem"]
path = Code/submodules/python-cmake-buildsystem
url = https://github.com/python-cmake-buildsystem/python-cmake-buildsystem.git
[submodule "Code/submodules/Simple-Web-Server"]
path = Code/submodules/Simple-Web-Server
url = https://gitlab.com/eidheim/Simple-Web-Server.git
[submodule "Code/submodules/modern-cpp-kafka"]
path = Code/submodules/modern-cpp-kafka
url = https://github.com/morganstanley/modern-cpp-kafka.git
[submodule "Code/submodules/librdkafka"]
path = Code/submodules/librdkafka
url = https://github.com/confluentinc/librdkafka.git
[submodule "Code/submodules/jsoncons"]
path = Code/submodules/jsoncons
url = https://github.com/danielaparker/jsoncons.git