I have a project (a library) that is subdivided into a few directories with code in them. I\'d like to to have g++ search for header files in the project\'s root directory,
gcc -I/path -L/path
-I /path path to include, gcc will find .h files in this path
-I /path
-L /path contains library files, .a, .so
-L /path
.a
.s