blob: d8a61acf4691c6ef5e79a0703307b0e670426da8 [file] [log] [blame]
Jonas Platte62708582014-09-14 15:45:07 +02001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
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}