03、VCPKG使用
1、克隆项目
git clone https://github.com/microsoft/vcpkg
2、执行.bat

3、配置vs
vcpkg integrate install

4、安装依赖

集成到全局:vcpkg integrate install
移除全局:vcpkg integrate remove
git clone https://github.com/microsoft/vcpkg

vcpkg integrate install


集成到全局:vcpkg integrate install
移除全局:vcpkg integrate remove