meson: Build benchmarks

This commit is contained in:
Thibault Saunier 2019-02-08 18:26:19 -03:00
parent 85f0e76566
commit cef58baf9f
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
ges_benchmarks = ['timeline']
foreach b : ges_benchmarks
fname = '@0@.c'.format(b)
executable('benchmark-' + b, fname,
c_args : ges_c_args,
include_directories : [configinc],
dependencies : ges_dep
)
endforeach

View file

@ -4,3 +4,4 @@ if host_machine.system() != 'windows' and gstcheck_dep.found()
endif
subdir('validate')
subdir('benchmarks')