From 9da11b95d9072817eb8bc510dbec9d29cc98c023 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:57:23 +0300 Subject: [PATCH] Add glm submodule --- .gitmodules | 3 +++ CMakeLists.txt | 1 + third_party/glm | 1 + 3 files changed, 5 insertions(+) create mode 160000 third_party/glm diff --git a/.gitmodules b/.gitmodules index 1b629d30..30c0036e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "third_party/cmrc"] path = third_party/cmrc url = https://github.com/vector-of-bool/cmrc +[submodule "third_party/glm"] + path = third_party/glm + url = https://github.com/g-truc/glm diff --git a/CMakeLists.txt b/CMakeLists.txt index 3af5ad00..df2fe581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ add_subdirectory(third_party/SDL2) add_subdirectory(third_party/toml11) include_directories(${SDL2_INCLUDE_DIR}) include_directories(third_party/toml11) +include_directories(third_party/glm) add_subdirectory(third_party/cmrc) diff --git a/third_party/glm b/third_party/glm new file mode 160000 index 00000000..5c46b9c0 --- /dev/null +++ b/third_party/glm @@ -0,0 +1 @@ +Subproject commit 5c46b9c07008ae65cb81ab79cd677ecc1934b903