Sign in
qemu
/
meson
/
refs/heads/updatevs
/
.
/
test cases
/
objc
/
4 c++ project objc subproject
/
meson.build
blob: 946af11f603b165c11c8d42e2bb1025d10e3e70a [
file
] [
log
] [
blame
]
project
(
'master'
,
[
'cpp'
])
if
get_option
(
'backend'
).
startswith
(
'vs'
)
error
(
'MESON_SKIP_TEST: objc is not supported by vs backend'
)
endif
foo
=
subproject
(
'foo'
)
dep
=
foo
.
get_variable
(
'foo_dep'
)
executable
(
'master'
,
'master.cpp'
,
dependencies
:
dep
)