Adding a static library to a project

I have created a new library, libusercon.a and I want to add it to a project in NET+Os 7.5.2.

Where do I add it to a project so it will compile?

I see. You have to add it in:
Project’s Properties->C/C++ Build->Settings->Libraries

Thanks.