Visual Studio Code – How to configure my libraries and dependencies to compile my App as static
I am Programming an App with visual studio 2022, in c++, x64 with libraries installed with help of vcpkg. They are dynamic link libraries. I want to use my App as static, to run it in another PC without need…