summaryrefslogtreecommitdiffstats
path: root/test cases/common/218 include_dir dot/meson.build
blob: 71f7189c512e112a0682eb99e7617e62347f3ad6 (plain)
1
2
3
4
5
6
7
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')