blob: 5de8105b62f325935a5153b4476d408be2b32c18 [file] [log] [blame]
Jonas Platte62708582014-09-14 15:45:07 +02001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
Cody P Schafer1fe6c592014-11-11 16:09:05 -05004includedir=${prefix}/@INCLUDE_INSTALL_DIR@
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}