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.