blob: bfaa0ddec135b27598baa7f9bd0b87df7ab8639f [file] [log] [blame]
Jonas Platte62708582014-09-14 15:45:07 +02001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
David Seifertf3a49412016-12-14 17:53:10 +01003libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
4includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Jonas Platte62708582014-09-14 15:45:07 +02005
6Name: jsoncpp
7Description: A C++ library for interacting with JSON
Jonas Platte69c324e2014-09-17 20:37:59 +02008Version: @JSONCPP_VERSION@
Jonas Platte62708582014-09-14 15:45:07 +02009URL: https://github.com/open-source-parsers/jsoncpp
10Libs: -L${libdir} -ljsoncpp
11Cflags: -I${includedir}