| Derek Sollenberger | 2eb3b4d | 2016-01-11 14:41:40 -0500 | [diff] [blame^] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
| 2 | exec_prefix=${prefix} | ||||
| 3 | libdir=${exec_prefix}/lib | ||||
| 4 | includedir=${prefix}/@INCLUDE_INSTALL_DIR@ | ||||
| 5 | |||||
| 6 | Name: jsoncpp | ||||
| 7 | Description: A C++ library for interacting with JSON | ||||
| 8 | Version: @JSONCPP_VERSION@ | ||||
| 9 | URL: https://github.com/open-source-parsers/jsoncpp | ||||
| 10 | Libs: -L${libdir} -ljsoncpp | ||||
| 11 | Cflags: -I${includedir} | ||||