mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Fix windows build.
This commit is contained in:
parent
63e1862049
commit
36e0d2093a
@ -145,15 +145,6 @@ target_link_libraries (shapeclustering common_training)
|
||||
project_group (shapeclustering "Training Tools")
|
||||
|
||||
|
||||
########################################
|
||||
# EXECUTABLE unicharset_extractor
|
||||
########################################
|
||||
|
||||
add_executable (unicharset_extractor unicharset_extractor.cpp)
|
||||
target_link_libraries (unicharset_extractor libtesseract tessopt)
|
||||
project_group (unicharset_extractor "Training Tools")
|
||||
|
||||
|
||||
########################################
|
||||
# EXECUTABLE wordlist2dawg
|
||||
########################################
|
||||
@ -237,6 +228,15 @@ target_link_libraries (set_unicharset_properties unicharset_training)
|
||||
project_group (set_unicharset_properties "Training Tools")
|
||||
|
||||
|
||||
########################################
|
||||
# EXECUTABLE unicharset_extractor
|
||||
########################################
|
||||
|
||||
add_executable (unicharset_extractor unicharset_extractor.cpp)
|
||||
target_link_libraries (unicharset_extractor libtesseract tessopt unicharset_training)
|
||||
project_group (unicharset_extractor "Training Tools")
|
||||
|
||||
|
||||
########################################
|
||||
# EXECUTABLE text2image
|
||||
########################################
|
||||
|
Loading…
Reference in New Issue
Block a user