mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
3c4fcb1594
pkg-config is a common interface to resolve build details. It will become easier to incorporate libjq in other projects by providing this interface.
12 lines
257 B
PkgConfig
12 lines
257 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libjq
|
|
URL: https://stedolan.github.io/jq/
|
|
Description: Library to process JSON using a query language
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljq
|
|
Cflags: -I${includedir}
|