You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
328B

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