summaryrefslogtreecommitdiffstats
path: root/test cases/common/157 custom target subdir depend files/meson.build
blob: 44f5c7157f54d6ce9ca76f7a619e2beb5d3c66d8 (plain)
1
2
3
4
5
6
7
project('custom target subdir depend files', 'c')

copy = find_program('copyfile.py')

subdir('subdir')

executable('foo', foo_src)