cJSON/libcjson.pc.in
Paulo Antonio Alvarez d5baeff85f Add pkg-config file support for libcjson
We configure and install a pkg-config file so that our compilation and
linking flags can be more easily found using pkg-config.
2016-11-14 19:14:09 +07:00

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}