Skip to content

other_file

Required: No
Type: List of misc. files
Condition: Yes

other_file can be used to list other files that should be included in the project, but shouldn't be a part of the compiled binary, for example documentation. The files should be copied together with the project, and be presented in the IDE if possible.

Key Required Type Description
path Yes Path to file
condition No List of features The file is added if all the given features are present
unless No List of features The file is added unless any of the given features are present
folder (deprecated) No String Override the visual directory structure in IDE tree views. When set, the file is shown under this path rather than the real path on disk. Does not change the location of the file on disk.
1
2
other_file:
  - path: postbuild.sh
Back to top