Sign in
qemu
/
meson
/
refs/heads/wixfix
/
.
/
test cases
/
common
/
74 file object
/
meson.build
blob: fc01bfec78a8accf958d4b706100cd7f6f1b7569 [
file
] [
log
] [
blame
]
project
(
'file object'
,
'c'
)
prog0
=
files
(
'prog.c'
)
lib0
=
files
(
'lib.c'
)
test
(
'fobj'
,
executable
(
'fobj'
,
prog0
,
lib0
))
subdir
(
'subdir1'
)
subdir
(
'subdir2'
)