mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
[sw] Fix build.
This commit is contained in:
parent
45af23d9a6
commit
07d50ef4a3
3
sw.cpp
3
sw.cpp
@ -334,8 +334,7 @@ void build(Solution &s)
|
|||||||
|
|
||||||
auto &tw = add_test("tatweel");
|
auto &tw = add_test("tatweel");
|
||||||
tw += "unittest/util/.*"_rr;
|
tw += "unittest/util/.*"_rr;
|
||||||
tw += "unittest/third_party/.*"_rr;
|
tw += "unittest/third_party/utf/.*"_rr;
|
||||||
tw -= "unittest/third_party/googletest/.*"_rr;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user