summaryrefslogtreecommitdiff
path: root/test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-20 14:24:48 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-24 19:31:15 +0200
commitfc57089bc509e63f9376858f8038b3efb142418a (patch)
tree95aecb38697dc6ac8ee62654e95ed85ef55a9a53 /test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp
parent1eb9d8ad6e30fb5381e720f50dcda9965e19a399 (diff)
downloadmeson-fc57089bc509e63f9376858f8038b3efb142418a.tar.gz
cmake: Disable the new (CMake 3.16) PCH support
Subprojects that use the CMake PCH feature will cause compilation/linker errors. The CMake PCH support should thus be disabled until this can be properly translated to meson.
Diffstat (limited to 'test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp')
-rw-r--r--test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp b/test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp
new file mode 100644
index 000000000..aa7ceb361
--- /dev/null
+++ b/test cases/cmake/1 basic/subprojects/cmMod/cpp_pch.hpp
@@ -0,0 +1,2 @@
+#include <vector>
+#include <string>