mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 23:01:47 +00:00
11 lines
244 B
PkgConfig
11 lines
244 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: Jansson
|
||
|
Description: Library for encoding, decoding and manipulating JSON data
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -ljansson
|
||
|
Cflags: -I${includedir}
|