CPackWIX: Extend the patching mechanism to allow adding content to <Product>.

This commit is contained in:
Nils Gladitz
2015-02-13 11:57:20 +01:00
parent 8d38ff05e2
commit a2ccbffd8b
4 changed files with 21 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
/*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2012 Kitware, Inc.
Copyright 2012-2015 Kitware, Inc.
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
@@ -76,6 +76,8 @@ private:
void CreateWiXPropertiesIncludeFile();
void CreateWiXProductFragmentIncludeFile();
void CopyDefinition(
cmWIXSourceWriter &source, std::string const& name);