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

7 lines
196 B
Plaintext
Raw Normal View History

2024-07-09 14:46:46 +02:00
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<Binary Id="CMakeCustomActionsDll"
SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
</Fragment>
2016-03-13 13:35:51 +01:00
</Wix>