summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/WiX/custom_action_dll.wxs.in
blob: a39bc0d2d9b64912d4505d51babf041b19ac64e8 (plain)
1
2
3
4
5
6
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <Binary Id="CMakeCustomActionsDll"
            SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
    </Fragment>
</Wix>