summaryrefslogtreecommitdiff
path: root/test cases/common/202 override with exe/subprojects/sub/meson.build
blob: 1f186da0dc3e706d3e8ce9e214fc9b7dd47cce37 (plain)
1
2
3
project('sub', 'c')
foobar = executable('foobar', 'foobar.c',  native : true)
meson.override_find_program('foobar', foobar)