I am using cpp -I.dir_namecpp -Idir_name command to c pre processpreprocess the source file. In dir_namedir_name I have header files included that needsneed to nebe used for pre processingpreprocessing. I
I want to add multiple directories that can be searched for header files. How can i do this?