Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/Release/WiX/custom_action_dll.wxs.in
3154 views
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <Binary Id="CMakeCustomActionsDll"
            SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/>
    </Fragment>
</Wix>