mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
CPackWIX: Extend the patching mechanism to allow adding content to <Product>.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user