Sign in
qemu
/
meson
/
0279acbfe54a83fa110cf7587b480e8f38adc634
/
.
/
test cases
/
unit
/
93 new subproject in configured project
/
subprojects
/
sub
/
meson.build
blob: a833b0c358fd71b5c4518fbd70e089f61dd3a769 [
file
] [
log
] [
blame
]
# SPDX-license-identifier: Apache-2.0
# Copyright © 2021 Intel Corporation
project
(
'new subproject'
,
'c'
)
l
=
library
(
'foo'
,
'foo.c'
)
dep
=
declare_dependency
(
link_with
:
l
)