The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
226 B
6 lines
226 B
2 years ago
|
## 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`.
|