mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
pkg-config: Add URL and link math library
This commit is contained in:
parent
f9ce93029a
commit
de992ec3c9
@ -5,5 +5,7 @@ includedir=${prefix}/@includedir@
|
|||||||
Name: libcjson
|
Name: libcjson
|
||||||
Version: @version@
|
Version: @version@
|
||||||
Description: Ultralightweight JSON parser in ANSI C
|
Description: Ultralightweight JSON parser in ANSI C
|
||||||
|
URL: https://github.com/DaveGamble/cJSON
|
||||||
Libs: -L${libdir} -lcjson
|
Libs: -L${libdir} -lcjson
|
||||||
|
Libs.Private: -lm
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -5,6 +5,7 @@ includedir=${prefix}/@includedir@
|
|||||||
Name: libcjson_utils
|
Name: libcjson_utils
|
||||||
Version: @version@
|
Version: @version@
|
||||||
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
|
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
|
||||||
|
URL: https://github.com/DaveGamble/cJSON
|
||||||
Libs: -L${libdir} -lcjson_utils
|
Libs: -L${libdir} -lcjson_utils
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Requires: libcjson
|
Requires: libcjson
|
||||||
|
Loading…
Reference in New Issue
Block a user