blob: 632a377f5122910910befaac14e598950a925082 [file] [log] [blame]
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05001prefix=@CMAKE_INSTALL_PREFIX@
Haibo Huangb0bee822021-02-24 15:40:15 -08002exec_prefix=@CMAKE_INSTALL_PREFIX@
3libdir=@libdir_for_pc_file@
4includedir=@includedir_for_pc_file@
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05005
6Name: jsoncpp
7Description: A C++ library for interacting with JSON
8Version: @JSONCPP_VERSION@
9URL: https://github.com/open-source-parsers/jsoncpp
10Libs: -L${libdir} -ljsoncpp
11Cflags: -I${includedir}