cJSON/libcjson.pc.in
Max Bruckner f9ce93029a Buildsystem: Fix paths
Fix library and include paths in pkg-config, CMakeLists.txt and the
CMake config files.
2016-11-14 19:14:12 +07:00

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}