Sign in
qemu
/
meson
/
refs/heads/ongoingxcode
/
.
/
test cases
/
common
/
78 extract from nested subdir
/
tst
/
first
/
meson.build
blob: a6fa7da1b88880e5767f8a94c6c0c7884c69290b [
file
] [
log
] [
blame
]
first_exe
=
executable
(
'first_exe'
,
'exe_first.c'
,
objects
:
first_lib
.
extract_objects
(
'lib_first.c'
))
test
(
'first_test'
,
first_exe
)