Add include paths to model build information
addIncludePaths(
specifies included file paths to add to the build information.buildinfo
,paths
,groups
)
The function requires the buildinfo
and
paths
arguments. You can use an optional
groups
argument to group your options.
The code generator stores the included file path options in a build information object. The function adds options to the object based on the order in which you specify them.
The function adds the file paths to the compiler search path.
The code generator does not check whether a specified path is valid.
addIncludeFiles
| addSourceFiles
| addSourcePaths
| getIncludePaths
| updateFilePathsAndExtensions
| updateFileSeparator