mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-11 12:43:17 +08:00
cmake: Add googletest
The submodule is build automatically as soon as it exists. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
f36dc34c4f
commit
796cd7ab56
@ -252,6 +252,10 @@ target_link_libraries (tesseract libtesseract)
|
|||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
||||||
|
if (EXISTS ${PROJECT_SOURCE_DIR}/googletest/CMakeLists.txt)
|
||||||
|
add_subdirectory(googletest)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (BUILD_TRAINING_TOOLS)
|
if (BUILD_TRAINING_TOOLS)
|
||||||
add_subdirectory(training)
|
add_subdirectory(training)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user