Tom Seitz
Results
1
issues of
Tom Seitz
I am following these steps : [https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-Windows](url) from the documentation. I added all dependendies in the manifest file `vcpkg.json`: ``` { "dependencies": [ "cpprestsdk", "zlib", "openssl", "boost-system", "boost-date-time", "boost-regex", "boost-interprocess",...