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

Method WriteSdkStyleEvents

Source/cmVisualStudio10TargetGenerator.cxx:5060–5072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5058}
5059
5060void cmVisualStudio10TargetGenerator::WriteSdkStyleEvents(
5061 Elem& e0, std::string const& configName)
5062{
5063 this->WriteSdkStyleEvent(e0, "PreLink", "BeforeTargets", "Link",
5064 this->GeneratorTarget->GetPreLinkCommands(),
5065 configName);
5066 this->WriteSdkStyleEvent(e0, "PreBuild", "BeforeTargets", "PreBuildEvent",
5067 this->GeneratorTarget->GetPreBuildCommands(),
5068 configName);
5069 this->WriteSdkStyleEvent(e0, "PostBuild", "AfterTargets", "PostBuildEvent",
5070 this->GeneratorTarget->GetPostBuildCommands(),
5071 configName);
5072}
5073
5074void cmVisualStudio10TargetGenerator::WriteSdkStyleEvent(
5075 Elem& e0, std::string const& name, std::string const& when,

Callers 1

Calls 1

WriteSdkStyleEventMethod · 0.95

Tested by

no test coverage detected