Add preprocessor macro definitions to model build information
addDefines(
specifies the preprocessor macro definitions to add to the build information.buildinfo
,macrodefs
,groups
)
The function requires the buildinfo
and
macrodefs
arguments. You can use an optional
groups
argument to group your options.
The code generator stores the definitions in a build information object. The function adds definitions to the object based on the order in which you specify them.