Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 VC2015 与带有 MSBuild 集成的 vcpkg 一起使用。我已经做好了:
.\vcpkg install cpprestsdk:x86-windows
现在我的项目正在使用 cpprestsdk 的 dll 及其依赖项。是否可以使用 cpprestsdk dll 并链接到其依赖项的静态库?
您可以修改三元组文件 ( triplets\x86-windows.cmake) 或创建一个新文件,以指定您想要的设置的精确组合。
triplets\x86-windows.cmake
来源:https ://github.com/Microsoft/vcpkg/blob/80f64c24dc0513b053f431059bc50634321702e7/docs/users/triplets.md#per-port-customization