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,
)