aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/74 pkgconfig prefixes/client/meson.build
blob: 491937b7b11f11d3fce7d069c944643fcb4311c7 (plain)
1
2
3
project('client', 'c')
val2_dep = dependency('val2')
executable('client', 'client.c', dependencies : [val2_dep], install: true)