Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
metux committed Jan 15, 2024
1 parent 35fd2c5 commit 3fef04b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/paper/model-driven-buildsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,10 @@ from the project's `metabuild.yml` and the _(potentially platform specific)_ def
From here, all sub-nodes _(e.g. targets, probing, etc)_ can be retrieved.


Runtime build configuration _(eg. probing results)_ is stored under the `buildconf::` key,
which can be accessed via `Buildconf` struct - in most cases, values are automatically filled
in here, not given in the `metabuild.yaml`


The actual target objects _(eg. executables, libraries, ...)_ are found under the `targets`
key, and each of them represented by a `TargetObject` struct.

0 comments on commit 3fef04b

Please sign in to comment.