How can I add a directory for the header files in the Makefile to avoid the error *.h not found, my directory at:
/home/work/cdi_driver
But my project header include to many header file in other paths:
/home/work/cdi_driver/magnum/magnum/basemodules/std/bstd.h
/home/work/cdi_driver/callisto/include/cal_fpindicator.h
/home/work/cdi_driver/jhcommon/include/jh_types.h
...
and in "bstd.h" header file it also includes many header file in other paths in cdi_driver directory, as below:
/home/work/cdi_driver/magnum/magnum/basemodules/std/types/nucleus/bstd_defs.h
How to avoid this error while header file is including nested?