mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
[sw] Depend on leptonica-master.
This commit is contained in:
parent
7732f65b4a
commit
62b857554a
2
sw.cpp
2
sw.cpp
@ -65,7 +65,7 @@ void build(Solution &s)
|
||||
libtesseract.Interface += sw::Shared, "TESS_IMPORTS"_d;
|
||||
libtesseract.Private += sw::Shared, "TESS_EXPORTS"_d;
|
||||
|
||||
libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-1"_dep;
|
||||
libtesseract.Public += "org.sw.demo.danbloomberg.leptonica-master"_dep;
|
||||
|
||||
if (s.Settings.TargetOS.Type == OSType::Windows)
|
||||
libtesseract.Public += "ws2_32.lib"_l;
|
||||
|
Loading…
Reference in New Issue
Block a user