CMake/Utilities/Release/WiX/custom_action_dll.wxs.in

7 lines
179 B
Plaintext

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