Sign in
qemu
/
meson
/
refs/heads/dotinclude
/
.
/
test cases
/
unit
/
11 build_rpath
/
meson.build
blob: b84c259ab081b83e23a24b15c0d023dedb9ad39f [
file
] [
log
] [
blame
]
project
(
'build rpath'
,
'c'
)
subdir
(
'sub'
)
executable
(
'prog'
,
'prog.c'
,
link_with
:
l
,
build_rpath
:
'/foo/bar'
,
install_rpath
:
'/baz'
,
install
:
true
,
)