12 lines
401 B
PkgConfig
12 lines
401 B
PkgConfig
|
|
prefix=/home/cmvr/Projects/cmvr-es/dependency/x86/third_party/jsoncpp/v1.9.7
|
||
|
|
exec_prefix=/home/cmvr/Projects/cmvr-es/dependency/x86/third_party/jsoncpp/v1.9.7
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: jsoncpp
|
||
|
|
Description: A C++ library for interacting with JSON
|
||
|
|
Version: 1.9.7
|
||
|
|
URL: https://github.com/open-source-parsers/jsoncpp
|
||
|
|
Libs: -L${libdir} -ljsoncpp
|
||
|
|
Cflags: -I${includedir}
|