2014-09-14 21:45:07 +08:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
2014-11-12 05:09:05 +08:00
|
|
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
2014-09-14 21:45:07 +08:00
|
|
|
|
|
|
|
Name: jsoncpp
|
|
|
|
Description: A C++ library for interacting with JSON
|
2014-09-18 02:37:59 +08:00
|
|
|
Version: @JSONCPP_VERSION@
|
2014-09-14 21:45:07 +08:00
|
|
|
URL: https://github.com/open-source-parsers/jsoncpp
|
|
|
|
Libs: -L${libdir} -ljsoncpp
|
|
|
|
Cflags: -I${includedir}
|