Skip to content

Commit 36e0d20

Browse files
committed
Fix windows build.
1 parent 63e1862 commit 36e0d20

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

training/CMakeLists.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ target_link_libraries (shapeclustering common_training)
145145
project_group (shapeclustering "Training Tools")
146146

147147

148-
########################################
149-
# EXECUTABLE unicharset_extractor
150-
########################################
151-
152-
add_executable (unicharset_extractor unicharset_extractor.cpp)
153-
target_link_libraries (unicharset_extractor libtesseract tessopt)
154-
project_group (unicharset_extractor "Training Tools")
155-
156-
157148
########################################
158149
# EXECUTABLE wordlist2dawg
159150
########################################
@@ -237,6 +228,15 @@ target_link_libraries (set_unicharset_properties unicharset_training)
237228
project_group (set_unicharset_properties "Training Tools")
238229

239230

231+
########################################
232+
# EXECUTABLE unicharset_extractor
233+
########################################
234+
235+
add_executable (unicharset_extractor unicharset_extractor.cpp)
236+
target_link_libraries (unicharset_extractor libtesseract tessopt unicharset_training)
237+
project_group (unicharset_extractor "Training Tools")
238+
239+
240240
########################################
241241
# EXECUTABLE text2image
242242
########################################

0 commit comments

Comments
 (0)