Updated meson build

This commit is contained in:
gabime
2019-09-18 15:01:23 +03:00
parent e771f4e75e
commit 7733849478
5 changed files with 58 additions and 30 deletions

View File

@@ -11,3 +11,5 @@ foreach i : bench_matrix
bench_exe = executable(i[0], i[0] + '.cpp', dependencies: i[1])
benchmark('bench_' + i[0], bench_exe, args: i[2])
endforeach
run_command(find_program('mkdir'), meson.current_build_dir() + '/logs')