mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
11 lines
241 B
PkgConfig
11 lines
241 B
PkgConfig
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCDIR@
|
|
|
|
Name: Thor Vector Graphics
|
|
Description: Thor Vector Graphics Library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lthorvg
|
|
Cflags: -I${includedir}/thorvg
|
|
Cflags.private: -DTHORVG_STATIC
|