Buildsystem: Fix paths

Fix library and include paths in pkg-config, CMakeLists.txt and the
CMake config files.
This commit is contained in:
Max Bruckner
2016-11-06 14:54:43 +07:00
parent 251e5a5e34
commit f9ce93029a
5 changed files with 10 additions and 11 deletions

View File

@@ -1,10 +1,9 @@
prefix=@prefix@
libdir=@libdir@
includedir=${prefix}/include/cJSON
version=@version@
libdir=${prefix}/@libdir@
includedir=${prefix}/@includedir@
Name: libcjson_utils
Version: ${version}
Version: @version@
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir}