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 dinamic link libraries.
How am I linking?
I’m using macOS so there is no Visual Studio I guess and I’m using VSCode.
I was watching Cherno and he said that the best way to link a library is statically, however I did not find the dependency thing there and also I read on some forums that it is not possible on Mac. Is it like this?