I have a problem. I created a library and I can't remember how to use .a and .o files in a project.
While I was writing it I used
#include "folder/libr.hpp"
#include "folder/libr.cpp"
in my test project.
But I want to include just .hpp file and use .a or .o file.
I did this before but from some reason I can't get it to work now. I think it has something to do with parameters.