Add source paths to model build information
addSourcePaths(
specifies source 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 source 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 code generator does not check whether a specified path is valid.
Note
If you want to add source files and the corresponding file paths to model build
information, use the addSourceFiles
function. Do not use
addSourcePaths
.
addIncludeFiles
| addIncludePaths
| addSourceFiles
| getSourcePaths
| updateFilePathsAndExtensions
| updateFileSeparator