<div dir="ltr">I'm just learning CMake and posting questions in this mailing list, but the answers I get only confuse me. It seems I must take a step back and ask more general questions.<div><br></div><div style>In Linux there is a package for everything, so you just find_package whatever you need.</div>
<div style><br></div><div style>But on Windows most libraries exist only as zip files that you're supposed to unpack right in your build environment and ship them together with the executable. (Basically, in practice, there is no such thing as shared libraries in Windows - nothing for find_package to find.)</div>
<div style><br></div><div style>So how am I supposed to write portable CMake scripts in face of this?</div></div>