mirror of
https://github.com/adaptech-cz/Tesseract4Android.git
synced 2026-01-09 06:12:45 +08:00
Include Leptonica's headers in source files list
I'm not sure whether it's needed, but original Leptonica's CMakeListst.txt uses that, so I'm adding it here too.
This commit is contained in:
parent
bdfe5e7f11
commit
f78c8db0bd
@ -15,6 +15,7 @@ set(JPEG_PATH "../libjpeg/src/")
|
||||
set(PNG_PATH "../libpng/src/")
|
||||
|
||||
file(GLOB leptonica_src "${LEPT_PATH}*.c")
|
||||
file(GLOB leptonica_hdr "${LEPT_PATH}*.h")
|
||||
|
||||
add_library( # Sets the name of the library.
|
||||
leptonica
|
||||
@ -24,6 +25,7 @@ add_library( # Sets the name of the library.
|
||||
|
||||
# Provides a relative path to your source file(s).
|
||||
${leptonica_src}
|
||||
${leptonica_hdr}
|
||||
)
|
||||
|
||||
# Specifies a path to native header files.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user