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

Method WriteBuildableProductRunnable

Source/cmXCodeScheme.cxx:449–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void cmXCodeScheme::WriteBuildableProductRunnable(cmXMLWriter& xout,
450 cmXCodeObject const* xcObj,
451 std::string const& container)
452{
453 xout.StartElement("BuildableProductRunnable");
454 xout.BreakAttributes();
455 xout.Attribute("runnableDebuggingMode", "0");
456 WriteBuildableReference(xout, xcObj, container);
457 xout.EndElement();
458}
459
460void cmXCodeScheme::WriteBuildableReference(cmXMLWriter& xout,
461 cmXCodeObject const* xcObj,

Callers

nothing calls this directly

Calls 4

BreakAttributesMethod · 0.80
AttributeMethod · 0.80
StartElementMethod · 0.45
EndElementMethod · 0.45

Tested by

no test coverage detected