mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-16 02:27:17 +00:00
13 lines
254 B
PkgConfig
13 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
|
|
Name: libspng
|
|
Description: PNG decoding and encoding library
|
|
Version: @SPNG_VERSION@
|
|
Requires: zlib
|
|
Libs: -L${libdir} -lspng
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|