mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-08-27 04:03:32 -04:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include/cJSON
|
|
version=@version@
|
|
|
|
Name: libcjson
|
|
Version: ${version}
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
Libs: -L${libdir} -lcjson
|
|
Cflags: -I${includedir}
|