Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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}