The Meson Build System
http://mesonbuild.com/
4 lines
151 B
4 lines
151 B
5 years ago
|
project('global-rpath', 'cpp')
|
||
|
yonder_dep = dependency('yonder')
|
||
|
executable('rpathified', 'rpathified.cpp', dependencies: [yonder_dep], install: true)
|