The Meson Build System http://mesonbuild.com/

4 lines
151 B

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