mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Update sw script.
This commit is contained in:
parent
5e62d02230
commit
421e3e44cb
2
sw.cpp
2
sw.cpp
@ -35,7 +35,6 @@ void build(Solution &s)
|
||||
"src/textord/.*\\.h"_rr,
|
||||
"src/viewer/.*\\.cpp"_rr,
|
||||
"src/viewer/.*\\.h"_rr,
|
||||
"src/vs2010/port/.*"_rr,
|
||||
"src/wordrec/.*\\.cpp"_rr,
|
||||
"src/wordrec/.*\\.h"_rr;
|
||||
|
||||
@ -112,7 +111,6 @@ void build(Solution &s)
|
||||
//
|
||||
auto &unicharset_training = tess.addStaticLibrary("unicharset_training");
|
||||
unicharset_training +=
|
||||
"src/training/fileio.*"_rr,
|
||||
"src/training/icuerrorcode.*"_rr,
|
||||
"src/training/icuerrorcode.h",
|
||||
"src/training/lang_model_helpers.*"_rr,
|
||||
|
Loading…
Reference in New Issue
Block a user