tesseract.pc.cmake 475 B

12345678910111213
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@
  3. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  5. Name: @tesseract_NAME@
  6. Description: An OCR Engine that was developed at HP Labs (1985-1995) and Google (2006-2018).
  7. URL: https://github.com/tesseract-ocr/tesseract
  8. Version: @tesseract_VERSION@
  9. Requires.private: lept
  10. Libs: -L${libdir} -l@tesseract_OUTPUT_NAME@ @libarchive_LIBS@ @libcurl_LIBS@
  11. Libs.private:
  12. Cflags: -I${includedir}