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

Method WriteDivider

Source/cmLocalUnixMakefileGenerator3.cxx:2179–2183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2177}
2178
2179void cmLocalUnixMakefileGenerator3::WriteDivider(std::ostream& os)
2180{
2181 os << "#======================================"
2182 "=======================================\n";
2183}
2184
2185void cmLocalUnixMakefileGenerator3::WriteCMakeArgument(std::ostream& os,
2186 std::string const& s)

Callers 4

WriteMakeVariablesMethod · 0.95
WriteLocalAllRulesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected