vcpkg/ports/libpng-apng/usage
Albert Huang d60b48c32e Add libpng-apng as a new port (#2578)
* Add libpng-apng as a new ports definition

* Update portfile to use 7Z to extract patch + fix others
2018-02-17 04:31:26 -08:00

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)