vcpkg/ports/cglm/usage
chausner 7632bef82e
[cglm] New port (#29024)
* 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>
2023-01-23 15:30:41 -08:00

5 lines
120 B
Plaintext

cglm provides CMake targets:
find_package(cglm CONFIG REQUIRED)
target_link_libraries(main PRIVATE cglm::cglm)