summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/WiX/custom_action_dll.wxs.in
blob: 64e976298ad53d28793a1b7c7a505315a02a48cf (plain)
1
2
3
4
5
6
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
    <Fragment>
        <Binary Id="CMakeCustomActionsDll"
            SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
    </Fragment>
</Wix>