blob: c67d9e08b9844ebf442c8c85339a10bda9afd58a [file] [log] [blame]
project('global-rpath', 'cpp')
yonder_dep = dependency('yonder')
executable('rpathified', 'rpathified.cpp', dependencies: [yonder_dep], install: true)