Main Content
addIncludePaths
Add include paths to build information
Description
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.
Examples
Input Arguments
Version History
Introduced in R2006a