Sorry for this simple question, I did a quick look at the clang doc but didn’t get it. It seems /include is used to specify a header file, how to specify a folder which contains the header files?
-I (uppercase i)
This is exactly what I am looking for. I will refer to GCC command line in future, thanks for the information.