aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/79 global-rpath/yonder/meson.build
blob: e32f3833019c2e42321f31b3d4c43e24c4fc2b21 (plain)
1
2
3
4
5
project('yonder', 'cpp')
yonder = shared_library('yonder', 'yonder.cpp', install: true)
install_headers('yonder.h')
pkgconfig = import('pkgconfig')
pkgconfig.generate(yonder)