Rosen Penev | 21e3d21 | 2019-09-17 12:46:55 -0700 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
| 2 | exec_prefix=@CMAKE_INSTALL_PREFIX@ |
Ben Wolsieffer | 5be07bd | 2020-07-20 08:36:30 -0400 | [diff] [blame] | 3 | libdir=@libdir_for_pc_file@ |
| 4 | includedir=@includedir_for_pc_file@ |
Jonas Platte | 6270858 | 2014-09-14 15:45:07 +0200 | [diff] [blame] | 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} |