2019-09-18 03:46:55 +08:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
2020-07-20 20:36:30 +08:00
|
|
|
libdir=@libdir_for_pc_file@
|
|
|
|
includedir=@includedir_for_pc_file@
|
2014-09-14 21:45:07 +08:00
|
|
|
|
|
|
|
Name: jsoncpp
|
|
|
|
Description: A C++ library for interacting with JSON
|
2021-01-27 03:59:12 +08:00
|
|
|
Version: @PROJECT_VERSION@
|
2014-09-14 21:45:07 +08:00
|
|
|
URL: https://github.com/open-source-parsers/jsoncpp
|
|
|
|
Libs: -L${libdir} -ljsoncpp
|
|
|
|
Cflags: -I${includedir}
|