mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Buildsystem: Fix paths
Fix library and include paths in pkg-config, CMakeLists.txt and the CMake config files.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user