jsoncpp.pc.in 357 B

123456789101112
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@
  3. libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
  4. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  5. Name: jsoncpp
  6. Description: A C++ library for interacting with JSON
  7. Version: @JSONCPP_VERSION@
  8. URL: https://github.com/open-source-parsers/jsoncpp
  9. Libs: -L${libdir} -ljsoncpp
  10. Cflags: -I${includedir}