Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12 lignes
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}