I am trying to recompose a project with many files and I need to change the #include of all of them, does anyone have any recommendations?
example of what I need:
#include "lib.h"
has to be changed to
#include "../inc/lib.h"
I am trying to recompose a project with many files and I need to change the #include of all of them, does anyone have any recommendations?
example of what I need:
#include "lib.h"
has to be changed to
#include "../inc/lib.h"