2018-02-06 10:24:03 +00:00
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
2016-10-18 00:12:12 +00:00
|
|
|
|
2016-11-05 08:50:01 +00:00
|
|
|
Name: libcjson
|
2018-02-06 10:24:03 +00:00
|
|
|
Version: @PROJECT_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}
|