Main Content
addNonBuildFiles
Add nonbuild-related files to build information
Description
addNonBuildFiles(
specifies nonbuild-related 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 nonbuild-related 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.
Examples
Input Arguments
Version History
Introduced in R2008a