File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,6 @@ target_link_libraries (shapeclustering common_training)
145
145
project_group (shapeclustering "Training Tools" )
146
146
147
147
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
-
157
148
########################################
158
149
# EXECUTABLE wordlist2dawg
159
150
########################################
@@ -237,6 +228,15 @@ target_link_libraries (set_unicharset_properties unicharset_training)
237
228
project_group (set_unicharset_properties "Training Tools" )
238
229
239
230
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
+
240
240
########################################
241
241
# EXECUTABLE text2image
242
242
########################################
You can’t perform that action at this time.
0 commit comments