[sw] Depend on leptonica-master.

This commit is contained in:
Egor Pugin 2019-01-08 23:52:29 +03:00
parent 7732f65b4a
commit 62b857554a

2
sw.cpp
View File

@ -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;