aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Reference-manual.md2
-rw-r--r--docs/markdown/snippets/build_target_older_name.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index ff82164..e43ef57 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -2268,6 +2268,8 @@ A build target is either an [executable](#executable),
target, usually only needed if an another target needs to access
some generated internal headers of this target
+- `name()` *Since 0.54.0*, returns the target name.
+
### `configuration` data object
diff --git a/docs/markdown/snippets/build_target_older_name.md b/docs/markdown/snippets/build_target_older_name.md
new file mode 100644
index 0000000..e9399da
--- /dev/null
+++ b/docs/markdown/snippets/build_target_older_name.md
@@ -0,0 +1,2 @@
+## Added 'name' method
+Build target objects (as returned by executable(), library(), ...) now have a name() method.