blob: 9613181b2d126425b625b7a719c10f5eafef0bd1 [file] [log] [blame]
Jonas Platte62708582014-09-14 15:45:07 +02001prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
Rémi Verscheldef8a3a592014-12-01 23:44:08 +01003libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
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}