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