mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +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}) |