Added GLFW and GLM as submodules; linking statically against them

This commit is contained in:
fura95
2021-04-01 22:18:28 +03:00
committed by OLEGSHA
parent 890e108cae
commit 02f95e8849
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "GLFW"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "GLM"]
path = libs/glm
url = https://github.com/g-truc/glm.git
Submodule
+1
Submodule libs/glfw added at 33cd8b865d
Submodule
+1
Submodule libs/glm added at ace16e4778