Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

What is the best way to use vcpkg to share your project with a friend

$
0
0

I have a project which depends on cpprestsdk, tinyxml2. I run this project on another computer which has no internet connection, I installed these libraries with vcpkg, I was wondering should I statically link these libraries to my solution or use the new export command and create a nuget package and install it on my friend's computer.

Edit: I want to say that I don't need to run the generated .exe file, I want to take the whole visual studio solution.


Viewing all articles
Browse latest Browse all 3067

Trending Articles