5 lines
96 B
Meson
5 lines
96 B
Meson
if get_option('tests').disabled()
|
|
subdir_done()
|
|
endif
|
|
subdir('static-plugins')
|
|
subdir('python') |