2016-10-18 00:12:12 +00:00
|
|
|
prefix=@prefix@
|
2016-11-06 07:54:43 +00:00
|
|
|
libdir=${prefix}/@libdir@
|
|
|
|
includedir=${prefix}/@includedir@
|
2016-10-18 00:12:12 +00:00
|
|
|
|
2016-11-05 08:50:01 +00:00
|
|
|
Name: libcjson
|
2016-11-06 07:54:43 +00:00
|
|
|
Version: @version@
|
2016-10-18 00:12:12 +00:00
|
|
|
Description: Ultralightweight JSON parser in ANSI C
|
2016-11-06 07:55:47 +00:00
|
|
|
URL: https://github.com/DaveGamble/cJSON
|
2016-11-05 08:50:01 +00:00
|
|
|
Libs: -L${libdir} -lcjson
|
2016-11-06 07:55:47 +00:00
|
|
|
Libs.Private: -lm
|
2016-10-18 00:12:12 +00:00
|
|
|
Cflags: -I${includedir}
|