mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
7bb78b3f15
* [libspng]: New port * fix usage * update version
4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
libspng provides CMake targets:
|
|
|
|
find_package(SPNG CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:spng::spng>,spng::spng,spng::spng_static>) |