glmv1.0.3
- Updated
OpenGL Mathematics (GLM)
- Project website: https://glm.g-truc.net
#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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#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
toge
#Changelog
Show 24 earlier changes
9fe14bcUpdates 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.526516fevcpkg_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.82a0834enable cmake config for glm828d58f[glm] Mark as header-only librarye1a039b[glm] Update to version 0.9.8.13679955Introduce SOURCE_PATH to almost all portfiles930d0a7URL and MIRRORS are now URLS8cee9c6Replaced everything concerning MD5 with SHA512a8f4f05[glm] Removed CMakeLists.txt9ff0ea9Added glm.