diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
commit | 994ba8b5492f05d557fc1b350638f0d76d144777 (patch) | |
tree | 69fd5438153853320f5b9fcd9ea7f92e2ab86fa2 /docs/markdown/snippets/dep_objects.md | |
parent | 8fc4649bfe7c0cad389769624e690e4fbf0f186f (diff) | |
download | meson-994ba8b5492f05d557fc1b350638f0d76d144777.zip meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.gz meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.bz2 |
Generate relnotes for 1.1.0.
Diffstat (limited to 'docs/markdown/snippets/dep_objects.md')
-rw-r--r-- | docs/markdown/snippets/dep_objects.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/dep_objects.md b/docs/markdown/snippets/dep_objects.md deleted file mode 100644 index 9208977..0000000 --- a/docs/markdown/snippets/dep_objects.md +++ /dev/null @@ -1,5 +0,0 @@ -## 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`. |