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')