Hello all. I've tried Googling and searching this forum, but not really sure what to search for.

I need to link my project to a specific .lib file, but I don't want to use the Project Settings. Is there a way I can write code for this?

Ex:
Code:
#include "...Blah.h"
// I want to link to a .lib file here. What code do I need?  I'm pretty sure I've done this before, but I forgot.

int main(){}