mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
1e1a5d658e
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.
9 lines
184 B
Meson
9 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')
|