summaryrefslogtreecommitdiff
path: root/Utilities/Release/WiX/custom_action_dll.wxs.in
blob: 021e63c5f4eed103f118f591273e461bcb4cef7b (plain)
1
2
3
4
5
6
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
	<Fragment>
		<Binary Id="CMakeCustomActionsDll"
			SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
	</Fragment>
</Wix>