parent
b5edb514d7
commit
cc745d5c1a
3 changed files with 12 additions and 4 deletions
@ -0,0 +1,9 @@ |
||||
project('disabler_inside_array', 'c') |
||||
|
||||
exes = [] |
||||
|
||||
exes += executable('a', 'test.c') |
||||
|
||||
exes += executable('b', 'test.c', dependencies : disabler()) |
||||
|
||||
exes += executable('c', 'test.c') |
@ -0,0 +1 @@ |
||||
int main() { return 0; } |
Loading…
Reference in new issue