diff options
Diffstat (limited to 'Utilities/Release/WiX/custom_action_dll.wxs.in')
-rw-r--r-- | Utilities/Release/WiX/custom_action_dll.wxs.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/Release/WiX/custom_action_dll.wxs.in b/Utilities/Release/WiX/custom_action_dll.wxs.in new file mode 100644 index 0000000000..021e63c5f4 --- /dev/null +++ b/Utilities/Release/WiX/custom_action_dll.wxs.in @@ -0,0 +1,6 @@ +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <Binary Id="CMakeCustomActionsDll" + SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/> + </Fragment> +</Wix> |