pbrt-v4/.gitmodules
Matt Pharr 9fbf3f0eec Redo cmake/OpenEXR integration
Use the "modern" cmake way of naming/passing along targets; as a bonus,
this lets us bump the version of openexr we ship as a submodule to be
the most recent release.

Fixes #478, which was due to pbrt not handling having a modern version of
openexr installed locally.
2025-01-30 11:40:30 -08:00

38 lines
1.2 KiB
Text

[submodule "src/ext/zlib"]
path = src/ext/zlib
url = https://github.com/mitsuba-renderer/zlib.git
[submodule "src/ext/ptex"]
path = src/ext/ptex
url = https://github.com/wdas/ptex.git
[submodule "src/ext/double-conversion"]
path = src/ext/double-conversion
url = https://github.com/mmp/double-conversion.git
[submodule "src/ext/stb"]
path = src/ext/stb
url = https://github.com/nothings/stb.git
[submodule "src/ext/openexr"]
path = src/ext/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
[submodule "src/ext/filesystem"]
path = src/ext/filesystem
url = https://github.com/wjakob/filesystem.git
[submodule "src/ext/openvdb"]
path = src/ext/openvdb
url = https://github.com/AcademySoftwareFoundation/openvdb.git
branch = feature/nanovdb
[submodule "src/ext/libdeflate"]
path = src/ext/libdeflate
url = https://github.com/mmp/libdeflate.git
[submodule "src/ext/lodepng"]
path = src/ext/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "src/ext/utf8proc"]
path = src/ext/utf8proc
url = https://github.com/JuliaStrings/utf8proc.git
[submodule "src/ext/qoi"]
path = src/ext/qoi
url = https://github.com/phoboslab/qoi.git
[submodule "src/ext/glfw"]
path = src/ext/glfw
url = https://github.com/glfw/glfw.git