import¶
Required: No
Type: List
Condition: No
Lists projects whose exported content shall be imported into this project.
Content that has been exported using the export
property is added to the project. Additionally, exported configuration headers and autogenerated headers are added.
Each import item has the following properties:
Key | Required | Type | Description |
---|---|---|---|
id |
Yes | Workspace project ID | ID of the other project as given in the workspace description |
Importing another project only adds references to its exported content to the generated project. It is therefore allowed for projects to have circular dependencies (importing each other), as long as both projects don't export libraries.
1 2 |
|