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