mirror of
https://github.com/DaveGamble/cJSON.git
synced 2024-12-28 23:49:58 +08:00
f9ce93029a
Fix library and include paths in pkg-config, CMakeLists.txt and the CMake config files.
10 lines
213 B
PkgConfig
10 lines
213 B
PkgConfig
prefix=@prefix@
|
|
libdir=${prefix}/@libdir@
|
|
includedir=${prefix}/@includedir@
|
|
|
|
Name: libcjson
|
|
Version: @version@
|
|
Description: Ultralightweight JSON parser in ANSI C
|
|
Libs: -L${libdir} -lcjson
|
|
Cflags: -I${includedir}
|