Jonas Platte | 6270858 | 2014-09-14 15:45:07 +0200 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
2 | exec_prefix=${prefix} | ||||
3 | libdir=${exec_prefix}/lib | ||||
4 | includedir=${prefix}/include | ||||
5 | |||||
6 | Name: jsoncpp | ||||
7 | Description: A C++ library for interacting with JSON | ||||
Jonas Platte | 69c324e | 2014-09-17 20:37:59 +0200 | [diff] [blame] | 8 | Version: @JSONCPP_VERSION@ |
Jonas Platte | 6270858 | 2014-09-14 15:45:07 +0200 | [diff] [blame] | 9 | URL: https://github.com/open-source-parsers/jsoncpp |
10 | Libs: -L${libdir} -ljsoncpp | ||||
11 | Cflags: -I${includedir} |