SourceFileSet Class |
Namespace: Emulate3D.FMI.V3.Description
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class SourceFileSet : AnnotationsBase
The SourceFileSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Annotations |
Annotations.
(Inherited from AnnotationsBase.) | |
| Compiler |
If non-null, the compiler to compile the sources (e.g. VisualC, gcc, clang++).
| |
| CompilerOptions |
If non-null, the compiler flags that have to be used when compiling the sources (e.g. -fno-rtti, /Od).
| |
| IncludeDirectories |
Include directories.
| |
| Language |
If non-null, language of the source files (e.g. C99, C++11).
| |
| Name |
If non-null, unique name.
| |
| PreprocessorDefinitions |
Preprocessor definitions.
| |
| SourceFiles |
Source files.
|