1 2 3 4 5 6
project('subdirconfig', 'c') inc = include_directories('include') subdir('include') subdir('src')