mirror of https://github.com/DaveGamble/cJSON.git
Browse Source
We configure and install a pkg-config file so that our compilation and linking flags can be more easily found using pkg-config.pull/52/head
Paulo Antonio Alvarez
8 years ago
committed by
Max Bruckner
2 changed files with 17 additions and 0 deletions
@ -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} |
Loading…
Reference in new issue