cJSON/library_config/libcjson.pc.in

11 lines
304 B
PkgConfig
Raw Normal View History

libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2016-11-05 08:50:01 +00:00
Name: libcjson
Version: @PROJECT_VERSION@
Description: Ultralightweight JSON parser in ANSI C
URL: https://github.com/DaveGamble/cJSON
2016-11-05 08:50:01 +00:00
Libs: -L${libdir} -lcjson
Libs.private: -lm
Cflags: -I${includedir} -I${includedir}/cjson