mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-25 02:57:33 +08:00
11 lines
282 B
PkgConfig
11 lines
282 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}
|