Files
toddcox-visualize/vendor/glm.cmake
David Allemang b7be8dc093 COMP: Use fetchcontent for vendor dependencies.
Remove git submodules entirely.
2023-01-26 14:22:20 -05:00

9 lines
160 B
CMake

FetchContent_Declare(
glm
GIT_REPOSITORY https://github.com/g-truc/glm.git
GIT_TAG 0.9.9.8
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(glm)