-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 899 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 899 Bytes
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 "thirdparty/benchmark"]
path = thirdparty/benchmark
url = https://github.com/google/benchmark
[submodule "thirdparty/doctest"]
path = thirdparty/doctest
url = https://github.com/doctest/doctest
[submodule "thirdparty/compressed-image"]
path = thirdparty/compressed-image
url = https://github.com/EmilDohne/compressed-image
[submodule "thirdparty/vcpkg"]
path = thirdparty/vcpkg
url = https://github.com/microsoft/vcpkg
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = https://github.com/pybind/pybind11
[submodule "thirdparty/pybind11_image_util"]
path = thirdparty/pybind11_image_util
url = https://github.com/EmilDohne/pybind11_image_util
[submodule "thirdparty/pybind11_json"]
path = thirdparty/pybind11_json
url = https://github.com/pybind/pybind11_json