diff options
Diffstat (limited to 'test cases/common/218 include_dir dot/meson.build')
-rw-r--r-- | test cases/common/218 include_dir dot/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/common/218 include_dir dot/meson.build b/test cases/common/218 include_dir dot/meson.build new file mode 100644 index 0000000..71f7189 --- /dev/null +++ b/test cases/common/218 include_dir dot/meson.build @@ -0,0 +1,8 @@ +project('Include Here', 'c') + +# The layout with the .h file in . and the .c files in src/ is critical to +# tickle the bug #5847 + +inc = include_directories('.') + +subdir('src')
\ No newline at end of file |