mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Cmake install
[sw: Removed CMakeList.txt from commit] Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d09627550c
commit
3e0b722b3a
12
tesseract.pc.cmake
Normal file
12
tesseract.pc.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}/bin
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
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@
|
||||
Libs: -L${libdir} -l@tesseract_OUTPUT_NAME@
|
||||
Libs.private:
|
||||
Cflags: -I${includedir} -I${includedir}/tesseract
|
Loading…
Reference in New Issue
Block a user