You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, configure CMake against the Release\CMakeLists.txt file in the normal way while following the vcpkg instructions (Note: If you use the cmake-gui.exe tool, make sure to select the "Cross-compiling" option and choose the Vcpkg toolchain):
cpprestsdk> mkdir build.x64v141
cpprestsdk> cd build.x64v141
cpprestsdk/build.x64v141> cmake ../Release -A x64 -DCMAKE_TOOLCHAIN_FILE=/REPLACE_THIS_WITH_PATH_TO/vcpkg/scripts/buildsystems/vcpkg.cmake
You can either run cmake --build . --config Release or open the generated solution file in Visual Studio. The built binaries will be in Binaries\Release or Binaries\Debug depending on the configuration you build with.