mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
pkg-config: Update libcjson.pc.in
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
prefix=@prefix@
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include/cJSON
|
||||
version=@version@
|
||||
|
||||
Name: libcJSON
|
||||
Version: 1.0
|
||||
Name: libcjson
|
||||
Version: ${version}
|
||||
Description: Ultralightweight JSON parser in ANSI C
|
||||
Libs: -L${libdir} -lcJSON
|
||||
Libs: -L${libdir} -lcjson
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user