aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMGenerateHeadersTest/CommonHeader
diff options
context:
space:
mode:
authorPatrick Spendrin <ps_ml@gmx.de>2015-08-20 21:46:20 +0200
committerPatrick Spendrin <ps_ml@gmx.de>2015-08-25 11:38:37 +0200
commit8ef3f474e3a6def47dce36b54fbdce2d98c79342 (patch)
tree46b9d6732226161254b598dec769c42519fdee26 /tests/ECMGenerateHeadersTest/CommonHeader
parenta1e60b8e6386f3b674d31b6a5e76214cf98a2bd8 (diff)
downloadextra-cmake-modules-8ef3f474e3a6def47dce36b54fbdce2d98c79342.tar.gz
extra-cmake-modules-8ef3f474e3a6def47dce36b54fbdce2d98c79342.tar.bz2
add COMMON_HEADER option and multiple header functionalityv5.14.0-rc1v5.14.0
This adds a new keyword COMMON_HEADER which generates a new header containing all other headers. Also it is possible now to have multiple dummy headers per header file. It is assumed that the first header is the existing one. REVIEW: 124847
Diffstat (limited to 'tests/ECMGenerateHeadersTest/CommonHeader')
-rw-r--r--tests/ECMGenerateHeadersTest/CommonHeader4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ECMGenerateHeadersTest/CommonHeader b/tests/ECMGenerateHeadersTest/CommonHeader
new file mode 100644
index 00000000..0d101fbc
--- /dev/null
+++ b/tests/ECMGenerateHeadersTest/CommonHeader
@@ -0,0 +1,4 @@
+// convenience header
+#include "headtest1.h"
+#include "headtest2.h"
+#include "headtest4.h"