Skip to content
Snippets Groups Projects

[meson] Fix 'iwyu' target for meson >= 0.57

Merged Florian Schmaus requested to merge flow/emper:fix-iwyu into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -14,8 +14,10 @@ emper_dependencies = [thread_dep, uring_dep]
boost_thread_dep = dependency('boost', modules : ['thread'], required: false)
tools_dir = join_paths(meson.source_root(), 'tools')
run_target('iwyu',
command: 'tools/check-iwyu')
command: join_paths(tools_dir, 'check-iwyu'))
conf_data = configuration_data()
option_urcu = get_option('userspace_rcu')
Loading