I'm adding a static library for my project on link binary with libraries, the .a file is inside my project's directory, also the headers.
I've created the .h headers for it. This is what the compiler throws
What do I have to do to fix this issue? I Thanks