addIncludeFiles
Add include files to build information
Description
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 - #includedirectives in the generated code
Examples
Input Arguments
Version History
Introduced in R2006a
See Also
Topics
- Customize Post-Code-Generation Build Processing (Simulink Coder)