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