cmake/Utilities/Release/WiX/custom_action_dll.wxs.in
2024-07-09 14:46:46 +02:00

7 lines
196 B
Plaintext

<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<Binary Id="CMakeCustomActionsDll"
SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
</Fragment>
</Wix>