mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
f1c9431598
* [stb] Bump version and remove downloading stb_perlin separately since that patent is expired * update version database
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
The package stb provides CMake targets:
|
|
|
|
find_package(Stb REQUIRED)
|
|
target_include_directories(main PRIVATE ${Stb_INCLUDE_DIR}) |