forked from mitsuba-renderer/mitsuba
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
48 lines (48 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
47
48
[submodule "external/boost-config"]
path = external/boost-config
url = https://github.com/boostorg/config
[submodule "external/boost-core"]
path = external/boost-core
url = https://github.com/boostorg/core
[submodule "external/boost-mpl"]
path = external/boost-mpl
url = https://github.com/boostorg/mpl
[submodule "external/boost-preprocessor"]
path = external/boost-preprocessor
url = https://github.com/boostorg/preprocessor
[submodule "external/boost-static_assert"]
path = external/boost-static_assert
url = https://github.com/boostorg/static_assert
[submodule "external/boost-type_traits"]
path = external/boost-type_traits
url = https://github.com/boostorg/type_traits
[submodule "external/boost-utility"]
path = external/boost-utility
url = https://github.com/boostorg/utility
[submodule "external/libjpeg-turbo"]
path = external/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo
[submodule "external/libpng"]
path = external/libpng
url = https://github.com/glennrp/libpng
[submodule "external/zlib"]
path = external/zlib
url = https://github.com/madler/zlib
[submodule "external/openexr"]
path = external/openexr
url = https://github.com/openexr/openexr
[submodule "external/pugixml"]
path = external/pugixml
url = https://github.com/zeux/pugixml
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/tinyfiledialogs"]
path = external/tinyfiledialogs
url = https://git.code.sf.net/p/tinyfiledialogs/code
[submodule "external/eigen"]
path = external/eigen
url = https://github.com/eigenteam/eigen-git-mirror