mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-11 07:11:57 +00:00
10 lines
244 B
PkgConfig
10 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}
|