custom_action_dll.wxs.in 179 B

123456
  1. <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
  2. <Fragment>
  3. <Binary Id="CMakeCustomActionsDll"
  4. SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
  5. </Fragment>
  6. </Wix>