Files
third_party_jsoncpp/pkg-config/jsoncpp.pc.in
T
zt147369 855b19ce1e jsoncpp 升级1.9.5
Signed-off-by: zt147369 <zhangting201@huawei.com>
2023-03-11 01:50:18 +00:00

12 lines
328 B
Plaintext
Executable File

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