Visible to Intel only — GUID: dbv1655992501715
Ixiasoft
Visible to Intel only — GUID: dbv1655992501715
Ixiasoft
7.8.5.2.8. Adding Include Paths
You might need to set up a header file directory hierarchy to logically organize your code. You can add additional include paths to your driver or software package using the add_sw_property command’s include_directory argument as follows:
add_sw_property include_directory UCOSII/inc/protocol/h
Additional include paths are added to the preprocessor flags in the BSP CMakeLists.txt file. These preprocessor flags allow BSP source files, as well as application and user library source files that reference the BSP, to find the include path while each source file is compiled.
#include "protocol/h/ <filename>"