Sign in
qemu
/
meson
/
8a10c8a5399077cb3cd8436914ad1d8a71d1a3e7
/
.
/
test cases
/
frameworks
/
13 yelp
/
meson.build
blob: 9fdde25aebf6fda65912d0f0a1d8498b1ddcd0d4 [
file
] [
log
] [
blame
]
project
(
'yelp'
,
'c'
)
itstool
=
find_program
(
'itstool'
,
required
:
false
)
if
not
itstool
.
found
()
error
(
'MESON_SKIP_TEST itstool not found.'
)
endif
subdir
(
'help'
)