This comes up now and again when people try do do something like: meson.build: ```meson my_sources = ['foo.c'] subdir('subdir') executable('foo', my_sources) ``` subdir/meson.build: ```meson my_sources += ['bar.c'] ```pull/4659/head
parent
4ffd009fe9
commit
05fc81ac35
2 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue