forked from AuroraMiddleware/gtk
94555371f5
It's easy to miss what's not getting build otherwise
10 lines
174 B
Meson
10 lines
174 B
Meson
if get_option('installed_tests')
|
|
error('installed tests haven\'t been ported to meson yet')
|
|
endif
|
|
|
|
subdir('gtk')
|
|
subdir('gdk')
|
|
subdir('css')
|
|
subdir('a11y')
|
|
subdir('tools')
|