I'm working on a C++ project using Visual Studio 2015 I'm trying to link an external library (in this instance libtins
). The library currently resides on my desktop.
I've tried editing the project settings, under Linker settings, but it doesn't give me any option to include any custom libraries.
How do I do this in VS 2015?