2019-06-17 17:50:42 +00:00
|
|
|
if get_option('installed_tests')
|
|
|
|
error('installed tests haven\'t been ported to meson yet')
|
|
|
|
endif
|
|
|
|
|
2018-11-13 05:29:03 +00:00
|
|
|
subdir('gtk')
|
|
|
|
subdir('gdk')
|
|
|
|
subdir('css')
|
2019-04-13 09:51:03 +00:00
|
|
|
subdir('a11y')
|
2019-04-13 11:11:16 +00:00
|
|
|
subdir('tools')
|