mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-22 14:42:06 +00:00
7103844037
fixed #468
11 lines
304 B
PkgConfig
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
|