mirror of
https://github.com/DaveGamble/cJSON.git
synced 2024-12-27 14:14:07 +08:00
d5baeff85f
We configure and install a pkg-config file so that our compilation and linking flags can be more easily found using pkg-config.
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}
|