Put generated files in library_config subdirectory

This commit is contained in:
Max Bruckner
2017-04-12 21:49:36 +02:00
parent 609bb75421
commit 8fd46d51b1
5 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,11 @@
prefix=@prefix@
libdir=${prefix}/@libdir@
includedir=${prefix}/@includedir@
Name: libcjson_utils
Version: @version@
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
URL: https://github.com/DaveGamble/cJSON
Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir}
Requires: libcjson