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 a folder path contains one or more spaces, you must enclose the path in double quotes. For example, this Include directories field entry, which specifies three folder paths, uses double quotes for the second and third paths:
C:\Project "C:\Custom Files" "C:\Library Files"
To specify the same folder paths from the command line, run:
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
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |