Torque3D/Engine/lib/lpng/scripts/libpng.pc.in
marauder2k7 5d644b4ffb update libpng
update libpng, the repo now requires a vcpkg setup for integrating but skipping the install step should allow it to work for windows an linux, mac might need more
2025-12-31 20:11:14 +00:00

10 lines
210 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng16
Name: libpng
Description: Loads and saves PNG files
Version: 1.6.52
Libs: -L${libdir} -lpng16
Cflags: -I${includedir}