Skip to content

Commit

Permalink
Merge pull request #3930 from jeroen/patch-1
Browse files Browse the repository at this point in the history
Fix tesseract.pc from cmake to match autotools
  • Loading branch information
stweil authored Sep 23, 2022
2 parents 1d07dfd + 9ac78f9 commit aee19fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tesseract.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name: @tesseract_NAME@
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
URL: https://github.com/tesseract-ocr/tesseract
Version: @tesseract_VERSION@
Requires.private: lept
Libs: -L${libdir} -l@tesseract_OUTPUT_NAME@ @libarchive_LIBS@ @libcurl_LIBS@ @TENSORFLOW_LIBS@
Libs.private:
Cflags: -I${includedir}

0 comments on commit aee19fc

Please sign in to comment.