cheliequan
2023-01-12 19364a2cc1bdba9c8e8296df0d06cee336d187e6
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
 
Name: json-c
Description: A JSON implementation in C
Version: @VERSION@
Requires:
Libs.private: @LIBS@
Libs: -L${libdir} -ljson-c
Cflags: -I${includedir} -I${includedir}/json-c