Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
void cmWIXFeaturesSourceWriter::EmitComponentRef(std::string const& id)
94
{
95
BeginElement(
"ComponentRef"
);
96
AddAttribute(
"Id"
, id);
97
EndElement(
"ComponentRef"
);
98
}
Callers
3
CreateWiXSourceFiles
Method · 0.80
CreateShortcutsOfSpecificType
Method · 0.80
AddDirectoryAndFileDefinitions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected