Working on the project skeleton, and add external dependencies that may come handy

This commit is contained in:
Godzil
2020-02-11 14:16:30 +00:00
parent cbcc797539
commit d7a2f487cb
9 changed files with 305 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
[submodule "external/nanogui"]
path = external/nanogui
url = https://github.com/Godzil/nanogui.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/lodepng"]
path = external/lodepng
url = https://github.com/lvandeve/lodepng