mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-25 07:05:48 -04:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
prefix=@prefix@
|
|
libdir=${prefix}/@libdir@
|
|
includedir=${prefix}/@includedir@
|
|
|
|
Name: libcjson
|
|
Version: @version@
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
URL: https://github.com/DaveGamble/cJSON
|
|
Libs: -L${libdir} -lcjson
|
|
Libs.Private: -lm
|
|
Cflags: -I${includedir}
|