mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
7632bef82e
* Add cglm 0.8.8 * Update CI baseline * Disable ARM and UWP builds * Update CI baseline * Add usage Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
cglm provides CMake targets:
|
|
|
|
find_package(cglm CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE cglm::cglm)
|