summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-09-09 08:53:26 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2016-09-09 11:03:57 (GMT)
commitc0bccc51df0eda22b4a7aa5833e1204412b39fc8 (patch)
treef687044a9018819b05b2989e1844f56275c6e6d0 /Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
parentd62a5dfc86a4d0f48f93494065f7a835c9140bb6 (diff)
downloadCMake-c0bccc51df0eda22b4a7aa5833e1204412b39fc8.zip
CMake-c0bccc51df0eda22b4a7aa5833e1204412b39fc8.tar.gz
CMake-c0bccc51df0eda22b4a7aa5833e1204412b39fc8.tar.bz2
CPackWIX: Enabled patching of WIX <Feature> tags
Diffstat (limited to 'Source/CPack/WiX/cmWIXFeaturesSourceWriter.h')
-rw-r--r--Source/CPack/WiX/cmWIXFeaturesSourceWriter.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h b/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
index 9974b63..124ed42 100644
--- a/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
+++ b/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
@@ -13,6 +13,7 @@
#ifndef cmWIXFeaturesSourceWriter_h
#define cmWIXFeaturesSourceWriter_h
+#include "cmWIXPatch.h"
#include "cmWIXSourceWriter.h"
#include <CPack/cmCPackGenerator.h>
@@ -29,9 +30,11 @@ public:
void CreateCMakePackageRegistryEntry(std::string const& package,
std::string const& upgradeGuid);
- void EmitFeatureForComponentGroup(const cmCPackComponentGroup& group);
+ void EmitFeatureForComponentGroup(const cmCPackComponentGroup& group,
+ cmWIXPatch& patch);
- void EmitFeatureForComponent(const cmCPackComponent& component);
+ void EmitFeatureForComponent(const cmCPackComponent& component,
+ cmWIXPatch& patch);
void EmitComponentRef(std::string const& id);
};