text/plain; charset=UTF-8 Content-Disposition: inline; filename="a2a19de794d0dd186da185ef77b62a98b8980838..6df9c15fc42c8d41c1c875f44c011118888219d9.patch" Last-Modified: Sat, 03 May 2025 07:13:44 GMT Expires: Tue, 01 May 2035 07:13:44 GMT ltiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
blob: 3ca4a84d02728617c600f0cb2d262469cb67de87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@LIBRARY_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@

Name: jsoncpp
Description: A C++ library for interacting with JSON
Version: @JSONCPP_VERSION@
URL: https://github.com/open-source-parsers/jsoncpp
Libs: -L${libdir} -ljsoncpp
Cflags: -I${includedir}