mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:49:01 +08:00
a880596395
* [glm] Bump to 0.9.9.8+20230608 & fix usage * switch to version-date * update version database
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
glm provides CMake targets:
|
|
|
|
find_package(glm CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE glm::glm)
|