Working on the project skeleton, and add external dependencies that may come handy
This commit is contained in:
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal 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
|
||||
Reference in New Issue
Block a user