2019-09-18 03:46:55 +08:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
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}
|