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 | ||||
8 | URL: https://github.com/open-source-parsers/jsoncpp | ||||
9 | Libs: -L${libdir} -ljsoncpp | ||||
10 | Cflags: -I${includedir} |