1subdir('src')
2
3if get_option('tests').enabled()
4    subdir('test')
5endif
6