-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 760 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "libs/googletest"]
path = libs/googletest
url = https://github.com/google/googletest.git
[submodule "libs/thread-pool"]
path = libs/thread-pool
url = https://github.com/bshoshany/thread-pool.git
[submodule "libs/argparse"]
path = libs/argparse
url = https://github.com/p-ranav/argparse.git
[submodule "libs/thread-safe-collections"]
path = libs/thread-safe-collections
url = https://github.com/jakkes/thread-safe-collections.git
[submodule "libs/cppzmq"]
path = libs/cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "libs/spdlog"]
path = libs/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libs/tensorboard_logger"]
path = libs/tensorboard_logger
url = https://github.com/RustingSword/tensorboard_logger.git