summaryrefslogtreecommitdiffstats
path: root/test cases/unit/32 pkgconfig use libraries/app/meson.build
blob: 3d85a32f4cfc3bef5dab1d7c7cba6378d47bcd17 (plain)
1
2
3
4
5
project('app', ['c'])

b = dependency('test-b')

executable('app', 'app.c', dependencies : [b])