summaryrefslogtreecommitdiff
path: root/tools/xe-perf/meson.build
blob: a5f59a67fef7b6f10f97daa94d7f116d78edb500 (plain)
1
2
3
4
5
executable('xe-perf-recorder',
           [ 'xe_perf_recorder.c' ],
           include_directories: inc,
           dependencies: [lib_igt, lib_igt_xe_oa],
           install: true)