Skip to content

Commit

Permalink
Use system include to hide warnings in headers when building dependen…
Browse files Browse the repository at this point in the history
…t apps
  • Loading branch information
phillipjohnston committed Aug 16, 2023
1 parent f9da1cd commit 6093cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if not get_option('use_stl')
endif

etl_dep = declare_dependency(
include_directories: include_directories('include'),
include_directories: include_directories('include', is_system: true),
compile_args: compile_args
)

Expand Down

0 comments on commit 6093cde

Please sign in to comment.