gstreamer/libs/gst/meson.build

11 lines
183 B
Meson
Raw Normal View History

subdir('base')
subdir('controller')
subdir('net')
subdir('helpers')
if get_option('check').disabled()
gst_check_dep = dependency('', required : false)
else
subdir('check')
endif