aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/229 disabler array addition/meson.build
blob: 231f76acf59d20933f06647a6b32dfc821b7d36d (plain)
1
2
3
4
5
6
7
8
9
project('disabler_inside_array', 'c')

exes = []

exes += library('a', 'test.c')

exes += library('b', 'test.c', dependencies : disabler())

exes += library('c', 'test.c')