Files
squeezelite-esp32/components/spotify/cspot/bell/cJSON/library_config/libcjson.pc.in
Philippe G 898998efb0 big merge
2021-12-18 21:04:23 -08:00

11 lines
304 B
PkgConfig

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