We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e62d02 commit 421e3e4Copy full SHA for 421e3e4
sw.cpp
@@ -35,7 +35,6 @@ void build(Solution &s)
35
"src/textord/.*\\.h"_rr,
36
"src/viewer/.*\\.cpp"_rr,
37
"src/viewer/.*\\.h"_rr,
38
- "src/vs2010/port/.*"_rr,
39
"src/wordrec/.*\\.cpp"_rr,
40
"src/wordrec/.*\\.h"_rr;
41
@@ -112,7 +111,6 @@ void build(Solution &s)
112
111
//
113
auto &unicharset_training = tess.addStaticLibrary("unicharset_training");
114
unicharset_training +=
115
- "src/training/fileio.*"_rr,
116
"src/training/icuerrorcode.*"_rr,
117
"src/training/icuerrorcode.h",
118
"src/training/lang_model_helpers.*"_rr,
0 commit comments