OpenGL Mathematics (GLM)
Run the following Vcpkg command to install the port.
vcpkg install glm
The package glm provides CMake targets:
find_package(glm CONFIG REQUIRED) target_link_libraries(main PRIVATE glm::glm) # Or use the header-only version find_package(glm CONFIG REQUIRED) target_link_libraries(main PRIVATE glm::glm-header-only)
v1.0.1#3
Jun 20, 2024
All
g-truc/glm9.3K
glm.g-truc.net
03d3703880
MIT
Manifest