1if not get_option('tests').disabled() and gstcheck_dep.found()
2  subdir('check')
3  subdir('icles')
4endif
5
6if not get_option('examples').disabled()
7  subdir('examples')
8endif
9