mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-26 00:22:04 +00:00
12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
prefix=@prefix@
|
|
libdir=${prefix}/@libdir@
|
|
includedir=${prefix}/@includedir@
|
|
|
|
Name: libcjson
|
|
Version: @version@
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
URL: https://github.com/DaveGamble/cJSON
|
|
Libs: -L${libdir} -lcjson
|
|
Libs.Private: -lm
|
|
Cflags: -I${includedir}
|