gstreamer/subprojects/gst-editing-services/tests/meson.build
2024-02-21 21:47:12 +00:00

11 lines
226 B
Meson

if get_option('tests').disabled() or static_build
subdir_done()
endif
# FIXME: make check work on windows
if host_system != 'windows' and gstcheck_dep.found()
subdir('check')
endif
subdir('validate')
subdir('benchmarks')