| Derek Sollenberger | 2eb3b4d | 2016-01-11 14:41:40 -0500 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
| Haibo Huang | b0bee82 | 2021-02-24 15:40:15 -0800 | [diff] [blame] | 2 | exec_prefix=@CMAKE_INSTALL_PREFIX@ |
| 3 | libdir=@libdir_for_pc_file@ |
| 4 | includedir=@includedir_for_pc_file@ |
| Derek Sollenberger | 2eb3b4d | 2016-01-11 14:41:40 -0500 | [diff] [blame] | 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} |