mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
a469702fe1
Co-authored-by: Kai Pastor <dg0yt@darc.de>
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
libpng provides CMake targets:
|
|
|
|
find_package(PNG REQUIRED)
|
|
target_link_libraries(main PRIVATE PNG::PNG)
|