Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
3a74b5ee
Commit
3a74b5ee
authored
Nov 25, 2021
by
Florian Fischer
Browse files
clients/io_uring/meson: add iwyu run target
parent
21b5ebf6
Pipeline
#72818
failed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clients/io_uring/meson.build
View file @
3a74b5ee
...
...
@@ -19,6 +19,9 @@ if not uring_dep.found()
endif
dependencies = [thread_dep, uring_dep]
tools_dir = join_paths(meson.source_root(), 'tools')
run_target('iwyu', command: join_paths(tools_dir, 'check-iwyu'))
client = executable(
'client',
'client.cpp',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment