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
|
||||
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}
|
||||
|
@ -5,6 +5,7 @@ includedir=${prefix}/@includedir@
|
||||
Name: libcjson_utils
|
||||
Version: @version@
|
||||
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
|
||||
URL: https://github.com/DaveGamble/cJSON
|
||||
Libs: -L${libdir} -lcjson_utils
|
||||
Cflags: -I${includedir}
|
||||
Requires: libcjson
|
||||
|
Loading…
Reference in New Issue
Block a user