mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Correct include path for installed project
This commit is contained in:
parent
6641989866
commit
be747a501b
@ -119,12 +119,7 @@ include(Configure)
|
||||
|
||||
configure_file(${AUTOCONFIG_SRC} ${AUTOCONFIG} @ONLY)
|
||||
|
||||
set(INCLUDE_DIR
|
||||
${CMAKE_SOURCE_DIR}/api
|
||||
${CMAKE_SOURCE_DIR}/ccmain
|
||||
${CMAKE_SOURCE_DIR}/ccstruct
|
||||
${CMAKE_SOURCE_DIR}/ccutil
|
||||
)
|
||||
set(INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/include" "${CMAKE_INSTALL_PREFIX}/include/tesseract")
|
||||
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/cmake/templates/TesseractConfig-version.cmake.in
|
||||
|
Loading…
Reference in New Issue
Block a user