aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/87 identical target name in subproject/meson.build
blob: c5be5b7d8cb4ad545093242b4c887a5d437e7fc4 (plain)
1
2
3
4
5
6
7
project('toplevel bar', 'c')

subproject('foo')

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