Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
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
)