mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
10 lines
198 B
PkgConfig
10 lines
198 B
PkgConfig
|
prefix=@prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=${prefix}/include/cJSON
|
||
|
|
||
|
Name: libcJSON
|
||
|
Version: 1.0
|
||
|
Description: Ultralightweight JSON parser in ANSI C
|
||
|
Libs: -L${libdir} -lcJSON
|
||
|
Cflags: -I${includedir}
|