From 007cc27e8933a4b4b963aa8280e090924c624bf8 Mon Sep 17 00:00:00 2001 From: coderloff Date: Thu, 25 Apr 2024 14:43:33 +0400 Subject: [PATCH] feat: Add glm to project dependencies --- .gitmodules | 3 +++ thirdparty/glm | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/glm diff --git a/.gitmodules b/.gitmodules index eb3e307..566e51a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "thirdparty/glfw"] path = thirdparty/glfw url = https://github.com/glfw/glfw +[submodule "thirdparty/glm"] + path = thirdparty/glm + url = https://github.com/g-truc/glm diff --git a/thirdparty/glm b/thirdparty/glm new file mode 160000 index 0000000..45008b2 --- /dev/null +++ b/thirdparty/glm @@ -0,0 +1 @@ +Subproject commit 45008b225e28eb700fa0f7d3ff69b7c1db94fadf