pkg-config: Add URL and link math library

This commit is contained in:
Max Bruckner 2016-11-06 14:55:47 +07:00
parent f9ce93029a
commit de992ec3c9
2 changed files with 3 additions and 0 deletions

View File

@ -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}

View File

@ -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