7 lines
163 B
Meson
7 lines
163 B
Meson
# FIXME: make check work on windows
|
|
if host_machine.system() != 'windows' and gstcheck_dep.found()
|
|
subdir('check')
|
|
endif
|
|
|
|
subdir('validate')
|
|
subdir('benchmarks') |