COMP: Use fetchcontent for vendor dependencies.

Remove git submodules entirely.
This commit is contained in:
David Allemang
2023-01-26 14:22:20 -05:00
parent baec48ecd7
commit b7be8dc093
15 changed files with 54 additions and 8002 deletions

8
vendor/glm.cmake vendored Normal file
View File

@@ -0,0 +1,8 @@
FetchContent_Declare(
glm
GIT_REPOSITORY https://github.com/g-truc/glm.git
GIT_TAG 0.9.9.8
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(glm)