aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/79 global-rpath/meson.build
blob: c67d9e08b9844ebf442c8c85339a10bda9afd58a (plain)
1
2
3
project('global-rpath', 'cpp')
yonder_dep = dependency('yonder')
executable('rpathified', 'rpathified.cpp', dependencies: [yonder_dep], install: true)