-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
46 lines (46 loc) · 1.67 KB
/
.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[submodule "thirdparties/benchmark"]
path = thirdparties/benchmark
url = https://github.com/google/benchmark.git
[submodule "thirdparties/jsoncpp"]
path = thirdparties/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "thirdparties/zlib"]
path = thirdparties/zlib
url = https://github.com/ThomasRetornaz/zlib.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/libpng"]
path = thirdparties/libpng
url = https://github.com/ThomasRetornaz/libpng.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/oiio"]
path = thirdparties/oiio
url = https://github.com/ThomasRetornaz/oiio.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/openexr"]
path = thirdparties/openexr
url = https://github.com/ThomasRetornaz/openexr.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/tiff"]
path = thirdparties/tiff
url = https://github.com/ThomasRetornaz/tiff.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/hdf5"]
path = thirdparties/hdf5
url = https://github.com/ThomasRetornaz/hdf5.git
branch = cmake_allow_as_submodule
[submodule "thirdparties/googletest"]
path = thirdparties/googletest
url = https://github.com/google/googletest.git
branch = master
[submodule "thirdparties/pybind11"]
path = thirdparties/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "thirdparties/spdlog"]
path = thirdparties/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdparties/libjpeg-turbo"]
path = thirdparties/libjpeg-turbo
url = https://github.com/ThomasRetornaz/libjpeg-turbo.git
[submodule "thirdparties/range-v3"]
path = thirdparties/range-v3
url = https://github.com/ericniebler/range-v3