source¶
Required: No
Type: List of source files
Condition: Yes
List of files that shall be referenced as source files in the exported IDE project.
Key | Required | Type | Description |
---|---|---|---|
path |
Yes | Path to source file | |
condition |
No | List of features | The source file is added if all the given features are present |
unless |
No | List of features | The source file is added unless any of the given features are present |
directory |
No | String | Only supported for source files where path points to a location outside the project root. If the project is copied, the file is moved to this directory relative to the project root and the project file is rewritten to reflect the new layout. If not set, a default of . is assumed. If the project is not copied, the value of directory may be used to show the file at a virtual location in IDEs that support this. |
1 2 3 4 5 6 |
|