Add pkg-config file support for libcjson
We configure and install a pkg-config file so that our compilation and linking flags can be more easily found using pkg-config.
This commit is contained in:
committed by
Max Bruckner
parent
32a9870786
commit
d5baeff85f
9
libcjson.pc.in
Normal file
9
libcjson.pc.in
Normal file
@@ -0,0 +1,9 @@
|
||||
prefix=@prefix@
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include/cJSON
|
||||
|
||||
Name: libcJSON
|
||||
Version: 1.0
|
||||
Description: Ultralightweight JSON parser in ANSI C
|
||||
Libs: -L${libdir} -lcJSON
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user