Add include files to model build information
addIncludeFiles(
specifies included files and paths to add to the build information.buildinfo
,filenames
,paths
,groups
)
The function requires the buildinfo
and
filenames
arguments. You can use an optional
paths
argument to specify the included file paths and
use an optional groups
argument to group your
options.
The code generator stores the included file and path options in a build information object. The function adds options to the object based on the order in which you specify them.
Note
The function does not:
Add the file paths to the compiler search path. See addIncludePaths
.
Produce #include
directives in the
generated code
addIncludePaths
| addSourcePaths
| findIncludeFiles
| getIncludeFiles
| updateFilePathsAndExtensions
| updateFileSeparator