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

Method WritePlatformConfigTag

Source/cmVisualStudio10TargetGenerator.cxx:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void cmVisualStudio10TargetGenerator::Elem::WritePlatformConfigTag(
336 std::string const& tag, std::string const& cond, std::string const& content)
337{
338 Elem(*this, tag).Attribute("Condition", cond).Content(content);
339}
340
341std::ostream& cmVisualStudio10TargetGenerator::Elem::WriteString(
342 char const* line)

Callers 9

OutputFlagMethod · 0.80
WriteCustomRuleCppMethod · 0.80
WriteExtraSourceMethod · 0.80
FinishWritingSourceMethod · 0.80
WriteExcludeFromBuildMethod · 0.80
OutputLinkIncrementalMethod · 0.80

Calls 3

ElemClass · 0.85
AttributeMethod · 0.80
ContentMethod · 0.45

Tested by

no test coverage detected