blob: 71f7189c512e112a0682eb99e7617e62347f3ad6 [file] [log] [blame]
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')