Windows, msvc 2022, win32, I've got some questions regarding compilation
1) How to specify the directory where Leptonica is installed? No matter what I tried sln file every time contains c:\Program Files(x86)\Leptonica
2) Leptonica is definitely compiled with libtiff support:
-- Used TIFF library: C:/Soft/tesslibs/libtiff/Win32/lib/tiff.lib
but tesseract thinks it is not:
Leptonica was build without TIFF support...
3) How to build both Leptonica and Tesseract as static libraries? BUILD_STATIC_LIBS doesn't work and cmake says it is not used
4) How to specify th ICU library files location?