mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 03:51:47 +08:00
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)
|