vcpkg x64 x86
To install package with vcpkg
with x86
or x64
,
use cmd command as
x64: vcpkg install packageName:x64-windows
x86: vcpkg install packageName:x86-windows
reference to: https://vcpkg.readthedocs.io/en/latest/examples/installing-and-using-packages/