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
Florian Fischer
emper-echo-server
Commits
bc4c70ac
Commit
bc4c70ac
authored
Nov 05, 2020
by
Florian Fischer
Browse files
cleanup meson.build
parent
47ceee58
Changes
1
Show whitespace changes
Inline
Side-by-side
meson.build
View file @
bc4c70ac
...
...
@@ -8,10 +8,8 @@ project('emper-echo-server', 'c', 'cpp',
'werror=true',
])
add_project_arguments(
'-D_GNU_SOURCE',
language: 'c'
)
run_target('iwyu', command: 'tools/check-iwyu')
conf_data = configuration_data()
option_async_io = get_option('async_io')
conf_data.set('USE_ASYNC_IO', option_async_io)
...
...
@@ -28,12 +26,7 @@ else
endif
emper_dep = emper_proj.get_variable('emper_dep')
dependencies = [emper_dep]
run_target('iwyu',
command: 'tools/check-iwyu')
subdir('src')
subdir('test')
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