From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- meson/test cases/common/239 includedir violation/meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meson/test cases/common/239 includedir violation/meson.build (limited to 'meson/test cases/common/239 includedir violation/meson.build') diff --git a/meson/test cases/common/239 includedir violation/meson.build b/meson/test cases/common/239 includedir violation/meson.build new file mode 100644 index 000000000..0216be6ef --- /dev/null +++ b/meson/test cases/common/239 includedir violation/meson.build @@ -0,0 +1,11 @@ +project('foo', 'c') + +# It is fine to include the root source dir +include_directories('.') +subproject('sub') + +# This is here rather than in failing because this needs a +# transition period to avoid breaking existing projects. +# Once this becomes an error, move this under failing tests. + +inc = include_directories('subprojects/sub/include') -- cgit 1.2.3-korg