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
Signed by: OLEGSHA
GPG Key ID: E57A4B08D64AFF7A
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

@ -0,0 +1 @@
Subproject commit 33cd8b865d9289cfbcf3d95e6e68e4050b94fcd3

1
libs/glm Submodule

@ -0,0 +1 @@
Subproject commit ace16e47780dcef815294715237f51e9129b6eb3