11 lines
273 B
PkgConfig
11 lines
273 B
PkgConfig
libdir=/opt/libcjson/lib
|
|
includedir=/opt/libcjson/include
|
|
|
|
Name: libcjson
|
|
Version: 1.7.18
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
URL: https://github.com/DaveGamble/cJSON
|
|
Libs: -L${libdir} -lcjson
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir} -I${includedir}/cjson
|