diff options
Diffstat (limited to 'test cases/9 header install/meson.build')
-rw-r--r-- | test cases/9 header install/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/9 header install/meson.build b/test cases/9 header install/meson.build new file mode 100644 index 0000000..6e54489 --- /dev/null +++ b/test cases/9 header install/meson.build @@ -0,0 +1,4 @@ +project('header install', 'c') + +h1 = headers('rootdir.h') +h2 = headers('subdir.h', subdir : 'subdir') |