Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/79 global-rpath/meson.build
T

4 lines
151 B
Meson

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