aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/74 pkgconfig prefixes/val1/meson.build
blob: cc63e3143d57711e251a955e82caa852de324cd7 (plain)
1
2
3
4
5
project('val1', 'c')
val1 = shared_library('val1', 'val1.c', install: true)
install_headers('val1.h')
pkgconfig = import('pkgconfig')
pkgconfig.generate(val1, libraries : ['-Wl,-rpath,${libdir}'])