cmake/Utilities/Release/WiX/custom_action_dll.wxs.in
2016-03-13 13:35:51 +01:00

7 lines
179 B
Plaintext

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<Binary Id="CMakeCustomActionsDll"
SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
</Fragment>
</Wix>