I'm using VC2015 with vcpkg with MSBuild integration. I have done:
.\vcpkg install cpprestsdk:x86-windows
Now my project is using dlls of cpprestsdk and its dependencies. Is it possible to use cpprestsdk dll and link to static libs of its dependencies?