summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp
diff options
context:
space:
mode:
authorOrkun Tokdemir <ilhanorkuntokdemir@gmail.com>2023-04-27 11:18:26 +0200
committerBrad King <brad.king@kitware.com>2023-05-03 09:03:46 -0400
commit033dc7ee2f02b0ebdfd1bc4edbcb24d1fc8c4152 (patch)
treeb2674b6026bda729a8f75c221819cf4f79d11874 /Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp
parent8ba16db1637940540fbb254cad7f85c2323c6a3a (diff)
downloadcmake-033dc7ee2f02b0ebdfd1bc4edbcb24d1fc8c4152.tar.gz
Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property
`AUTOGEN_USE_SYSTEM_INCLUDE` was added. `AUTOGEN_USE_SYSTEM_INCLUDE` is a boolean property that can be set on a target to indicate that the autogen target include directory should be added as a system include directory or normal include directory to the target.
Diffstat (limited to 'Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp')
-rw-r--r--Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp b/Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp
new file mode 100644
index 0000000000..f8b643afbf
--- /dev/null
+++ b/Tests/QtAutogen/GlobalAutogenSystemUseInclude/main.cpp
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+}