mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
d60b48c32e
* Add libpng-apng as a new ports definition * Update portfile to use 7Z to extract patch + fix others
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
The package libpng-apng is compatible with built-in CMake targets:
|
|
|
|
find_package(PNG REQUIRED)
|
|
target_link_libraries(main PRIVATE PNG::PNG)
|