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
.gitmodules vendored Normal file
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

1
libs/glfw Submodule

Submodule libs/glfw added at 33cd8b865d

1
libs/glm Submodule

Submodule libs/glm added at ace16e4778