diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/dep_objects.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/dep_objects.md b/docs/markdown/snippets/dep_objects.md new file mode 100644 index 0000000..9208977 --- /dev/null +++ b/docs/markdown/snippets/dep_objects.md @@ -0,0 +1,5 @@ +## New `declare_dependency(objects: )` argument + +A new argument to `declare_dependency` makes it possible to add objects +directly to executables that use an internal dependency, without going +for example through `link_whole`. |