Sign in
qemu
/
meson
/
a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a
/
.
/
test cases
/
common
/
205 native file path override
/
meson.build
blob: 142ca1cfcf9781cdd625c701981ffa6ec74df94b [
file
] [
log
] [
blame
]
project
(
'native file install dir override'
,
'cpp'
)
if
meson
.
is_cross_build
()
error
(
'MESON_SKIP_TEST cannot test native build rules in cross build'
)
endif
executable
(
'main'
,
'main.cpp'
,
install
:
true
)