parent
2444eb357e
commit
e0c4447666
4 changed files with 11 additions and 2 deletions
@ -0,0 +1,3 @@ |
||||
project('recursive', 'c') |
||||
|
||||
a = subproject('a') |
@ -0,0 +1,3 @@ |
||||
project('a', 'c') |
||||
|
||||
b = subproject('b') |
@ -0,0 +1,3 @@ |
||||
project('b', 'c') |
||||
|
||||
a = subproject('a') |
Loading…
Reference in new issue