Disabled external gits
This commit is contained in:
30
cs440-acg/.gitmodules
vendored
Normal file
30
cs440-acg/.gitmodules
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[submodule "ext/filesystem"]
|
||||
path = ext/filesystem
|
||||
url = https://github.com/wjakob/filesystem
|
||||
[submodule "ext/tbb"]
|
||||
path = ext/tbb
|
||||
url = https://github.com/wjakob/tbb
|
||||
[submodule "ext/pugixml"]
|
||||
path = ext/pugixml
|
||||
url = http://github.com/zeux/pugixml
|
||||
[submodule "ext/tinyformat"]
|
||||
path = ext/tinyformat
|
||||
url = https://github.com/wjakob/tinyformat
|
||||
[submodule "ext/hypothesis"]
|
||||
path = ext/hypothesis
|
||||
url = https://github.com/wjakob/hypothesis
|
||||
[submodule "ext/pcg32"]
|
||||
path = ext/pcg32
|
||||
url = https://github.com/wjakob/pcg32
|
||||
[submodule "ext/nanogui"]
|
||||
path = ext/nanogui
|
||||
url = https://github.com/mitsuba-renderer/nanogui
|
||||
[submodule "ext/zlib"]
|
||||
path = ext/zlib
|
||||
url = https://github.com/mitsuba-renderer/zlib
|
||||
[submodule "ext/openexr"]
|
||||
path = ext/openexr
|
||||
url = https://github.com/mitsuba-renderer/openexr/
|
||||
[submodule "ext/eigen"]
|
||||
path = ext/eigen
|
||||
url = https://gitlab.com/libeigen/eigen.git
|
Reference in New Issue
Block a user