Include directories

Description

Specify a list of include folders to add to the include path.

Category: Code Generation > Custom Code

Settings

Default:''

Enter a space-separated list of include folders to add to the include path when compiling the generated code.

  • Specify absolute or relative paths to the folders.

  • Relative paths must be relative to the folder containing your model files, not relative to the build folder.

  • The order in which you specify the folders is the order in which they are searched for header, source, and library files.

Note

If you specify a Windows® path containing one or more spaces, you must enclose the path in double quotes. For example, the second and third paths in the Include directories entry below must be double-quoted:

C:\Project "C:\Custom Files" "C:\Library Files"

If you set the equivalent command-line parameter CustomInclude, each path containing spaces must be separately double-quoted within the single-quoted third argument character vector, for example,

>> set_param('mymodel', 'CustomInclude', ...
             'C:\Project "C:\Custom Files" "C:\Library Files"')

Command-Line Information

Parameter: CustomInclude
Type: character vector
Value: folder path
Default: ''

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Related Topics