summaryrefslogtreecommitdiffstats
path: root/test cases/common/83 identical target name in subproject/meson.build
blob: 64b4363476582a6ee7b670842c942c9ff0f3dc13 (plain)
1
2
3
4
5
6
7
8
9
project('toplevel bar', 'c')

subproject('foo')

true_cmd = find_program('true.py')

executable('bar', 'bar.c')
run_target('nop', command : [true_cmd])
custom_target('cus', output: ['cus.c'], command : [true_cmd])