diff options
Diffstat (limited to 'meson/test cases/cmake/17 include path order/subprojects/cmMod/incD')
-rw-r--r-- | meson/test cases/cmake/17 include path order/subprojects/cmMod/incD/cmMod.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/cmake/17 include path order/subprojects/cmMod/incD/cmMod.hpp b/meson/test cases/cmake/17 include path order/subprojects/cmMod/incD/cmMod.hpp new file mode 100644 index 000000000..b958093ee --- /dev/null +++ b/meson/test cases/cmake/17 include path order/subprojects/cmMod/incD/cmMod.hpp @@ -0,0 +1,4 @@ +// cmMod.hpp (D) +#pragma once + +#error "cmMod.hpp in incD must not be included" |