glm v1.0.1
- Created
- Updated
OpenGL Mathematics (GLM)
# Usage
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)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Ciprian-Mihai Melinescu
- Ninetainedo
- Alexander Karatarakis
- kryptan
- jasjuang
- Robert Schumacher
- Mark Garcia
- Connor Fitzgerald
- Phil Christensen
- tags
- Lily
- Jack·Boos·Yu
- Weihang Ding
- Osyotr
- miyanyan
- WangWeiLin-MV
- moritz-h
# Changelog
and 22 more commits:
9fe14bc
Updates 2018.11.01d23c403
[glm] update to 0.9.9.28071f31
[glm] update to 0.9.9.0dde10c4
[glm] Ignore MSVC warning C420149e82f5
[glm] update to 0.9.8.526516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)338f861
[vcpkg-fixup-cmake-targets][glm] Upgrade GLM. Move cmake fixup logic into helper script.82a0834
enable cmake config for glm828d58f
[glm] Mark as header-only librarye1a039b
[glm] Update to version 0.9.8.13679955
Introduce SOURCE_PATH to almost all portfiles930d0a7
URL and MIRRORS are now URLS8cee9c6
Replaced everything concerning MD5 with SHA512a8f4f05
[glm] Removed CMakeLists.txt9ff0ea9
Added glm.