parent
8f5a51f0c7
commit
ef788a31ce
2 changed files with 4 additions and 1 deletions
@ -1,4 +1,6 @@ |
||||
project('header install', 'c') |
||||
|
||||
as_array = ['subdir.h'] |
||||
|
||||
h1 = headers('rootdir.h') |
||||
h2 = headers('subdir.h', subdir : 'subdir') |
||||
h2 = headers(as_array, subdir : 'subdir') |
||||
|
Loading…
Reference in new issue