Vcpkg static linking
Vcpkg is a tool published by Microsoft, which is used to manage C/C++ libraries in Windows. It makes libraries installation easier, and it works well with CMake. But it is not straitforward to staticly link the depdendent libraries using vcpkg.