summaryrefslogtreecommitdiffstats
path: root/test cases/unit/16 prebuilt static/meson.build
blob: 9ea1d0dc7e3ed3c74444f51fc59bcc3f1875fa06 (plain)
1
2
3
4
5
project('prebuilt static lib', 'c')

subdir('libdir')

test('static', executable('mainprog', 'main.c', dependencies : best_dep))