From 02f95e884901c38cdabea2300e63056981cb6aa2 Mon Sep 17 00:00:00 2001 From: fura95 Date: Thu, 1 Apr 2021 22:18:28 +0300 Subject: [PATCH] Added GLFW and GLM as submodules; linking statically against them --- .gitmodules | 6 ++++++ libs/glfw | 1 + libs/glm | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 libs/glfw create mode 160000 libs/glm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7e74255 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/libs/glfw b/libs/glfw new file mode 160000 index 0000000..33cd8b8 --- /dev/null +++ b/libs/glfw @@ -0,0 +1 @@ +Subproject commit 33cd8b865d9289cfbcf3d95e6e68e4050b94fcd3 diff --git a/libs/glm b/libs/glm new file mode 160000 index 0000000..ace16e4 --- /dev/null +++ b/libs/glm @@ -0,0 +1 @@ +Subproject commit ace16e47780dcef815294715237f51e9129b6eb3