summaryrefslogtreecommitdiffstats
path: root/Modules/CPackWIX.cmake
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2013-10-13 11:16:54 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2013-10-13 11:16:54 (GMT)
commit2e6cadde13690a80bc3919cec00e802208367f32 (patch)
tree4d371644cff370f825294a740b53cf9bd2077e5c /Modules/CPackWIX.cmake
parentde94782bc503742e1fddcf1d465f8fb3d6acb343 (diff)
downloadCMake-2e6cadde13690a80bc3919cec00e802208367f32.zip
CMake-2e6cadde13690a80bc3919cec00e802208367f32.tar.gz
CMake-2e6cadde13690a80bc3919cec00e802208367f32.tar.bz2
CPackWiX: allow user supplied extra sources, objects and libraries
Diffstat (limited to 'Modules/CPackWIX.cmake')
-rw-r--r--Modules/CPackWIX.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake
index fce25f0..604eb37 100644
--- a/Modules/CPackWIX.cmake
+++ b/Modules/CPackWIX.cmake
@@ -102,6 +102,20 @@
# If this variable is not set, the default MSI template included with CMake will be used.
#
##end
+##variable
+# CPACK_WIX_EXTRA_SOURCES - Extra WiX source files
+#
+# This variable provides an optional list of extra WiX source files (.wxs)
+# that should be compiled and linked. The full path to source files is required.
+#
+##end
+##variable
+# CPACK_WIX_EXTRA_OBJECTS - Extra WiX object files or libraries
+#
+# This variable provides an optional list of extra WiX object (.wixobj) and/or
+# WiX library (.wixlib) files. The full path to objects and libraries is required.
+#
+##end
#=============================================================================
# Copyright 2012 Kitware, Inc.