I have several third party libraries (both static and dynamic).
Its becoming cumbersome and error-prone to add path every time in different project/builds.
Is their a way by I can hook up user-wide integration of custom C++ libraries in Visual Sudios like the one used by vcpkg.
In vcpkg I just select appropriate build configuration and appropriate library gets selected.
I am using using Visual Studios 2017 on Windows 10 Pro x64.