MCPcopy Create free account
hub / github.com/Kitware/CMake / EmitComponentRef

Method EmitComponentRef

Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void cmWIXFeaturesSourceWriter::EmitComponentRef(std::string const& id)
94{
95 BeginElement("ComponentRef");
96 AddAttribute("Id", id);
97 EndElement("ComponentRef");
98}

Calls

no outgoing calls

Tested by

no test coverage detected