From d8499db010b1e42ebd14f2f2900db59200f61dc1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Jan 2025 12:56:42 -0500 Subject: Use "system" include type for all dependencies and add header test Things get confused when these flags differ across projects, so universally use "system" for external dependencies and test for header warnings only in the project that owns them. --- test/meson.build | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index cf8bcc4..8a26004 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,6 +1,12 @@ -# Copyright 2021-2022 David Robillard +# Copyright 2021-2025 David Robillard # SPDX-License-Identifier: 0BSD OR ISC +################### +# Header Warnings # +################### + +subdir('headers') + #################### # Project Metadata # #################### -- cgit v1.2.1