12 lines
387 B
PkgConfig
12 lines
387 B
PkgConfig
prefix=/home/cmvr/Projects/cmvr-es/dependency/arm/third_party/jsoncpp
|
|
exec_prefix=/home/cmvr/Projects/cmvr-es/dependency/arm/third_party/jsoncpp
|
|
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}
|