gstreamer/tests/meson.build
Nirbheek Chauhan 1e1a5d658e meson: Update option names to omit disable_ and with- prefixes
Also yield common options to the outer project (gst-build in our case)
so that they don't have to be set manually and use array types for some
options.
2018-05-05 20:30:52 +05:30

10 lines
184 B
Meson

# FIXME: make check work on windows
if host_machine.system() != 'windows'
subdir('check')
endif
if get_option('examples')
subdir('examples')
endif
#subdir('files')
subdir('icles')