parent
d5b8f18f17
commit
d78f88160a
1 changed files with 6 additions and 0 deletions
@ -1,2 +1,8 @@ |
||||
project('yelp', 'c') |
||||
|
||||
itstool = find_program('itstool', required: false) |
||||
if not itstool.found() |
||||
error('MESON_SKIP_TEST itstool not found.') |
||||
endif |
||||
|
||||
subdir('help') |
||||
|
Loading…
Reference in new issue