summaryrefslogtreecommitdiff
path: root/test cases/common/9 header install/meson.build
blob: 891cb596bb3c17cc709d9c63e1b690eb8e9d8736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project('header install')

as_array = ['subdir.h']

subdir('vanishing_subdir')
subdir('sub')

h1 = install_headers('rootdir.h')
h2 = install_headers(as_array, subdir : 'subdir')
h3 = install_headers(subheader)
h4 = install_headers(disabler())