build: replace FetchContent with direct includes for glm

This commit is contained in:
2026-07-21 10:32:36 +08:00
parent 45d2c8234a
commit 48300b0acc
436 changed files with 68144 additions and 8 deletions

View File

@@ -12,13 +12,7 @@ find_package(SDL3 REQUIRED)
find_package(Opus REQUIRED)
# Third-party libraries
FetchContent_Declare(
glm
GIT_REPOSITORY https://github.com/g-truc/glm.git
GIT_TAG 1.0.3
)
FetchContent_MakeAvailable(glm)
FetchContent_Declare(
soil2
GIT_REPOSITORY https://github.com/SpartanJ/SOIL2.git