8 lines
174 B
Meson
8 lines
174 B
Meson
if not get_option('tests').disabled() and gst_check_dep.found()
|
|
subdir('check')
|
|
subdir('icles')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|