Added gitmodules

This commit is contained in:
Alejandro Saucedo 2020-11-01 08:06:10 +00:00
parent 44dfe2debf
commit 681defe144

12
.gitmodules vendored Normal file
View file

@ -0,0 +1,12 @@
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
branch = release-1.10.0
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
branch = v1.2.158
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
branch = v1.8.1