Sign in
qemu
/
meson
/
refs/heads/endmessage
/
.
/
test cases
/
common
/
158 wrap file should not failed
/
meson.build
blob: f4ec2a8c510d294f61d3f981163e20efdebe43b1 [
file
] [
log
] [
blame
]
project
(
'mainproj'
,
'c'
,
default_options
:
[
'wrap_mode=nodownload'
],
)
subproject
(
'zlib'
)
subproject
(
'foo'
)
executable
(
'grabprog'
,
files
(
'src/subprojects/prog.c'
))
executable
(
'grabprog2'
,
files
(
'src/subprojects/foo/prog2.c'
))
subdir
(
'src'
)