Sign in
qemu
/
meson
/
c1076241af11f10acac28d771688bb54c6b0b340
/
.
/
test cases
/
unit
/
79 global-rpath
/
meson.build
blob: c67d9e08b9844ebf442c8c85339a10bda9afd58a [
file
] [
log
] [
blame
]
project
(
'global-rpath'
,
'cpp'
)
yonder_dep
=
dependency
(
'yonder'
)
executable
(
'rpathified'
,
'rpathified.cpp'
,
dependencies
:
[
yonder_dep
],
install
:
true
)