Sign in
qemu
/
meson
/
a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a
/
.
/
test cases
/
common
/
228 custom_target source
/
meson.build
blob: 98b9d26476f67ebca11d0d107c043ad444e40076 [
file
] [
log
] [
blame
]
project
(
'a'
,
[
'c'
])
x
=
find_program
(
'x.py'
)
outs
=
custom_target
(
'foo'
,
output
:
[
'x.c'
,
'y'
],
input
:
'a'
,
command
:
[
x
])
executable
(
'testprog'
,
outs
[
0
])