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

Method AddPostBuildCommand

Source/cmTarget.cxx:1337–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335}
1336
1337void cmTarget::AddPostBuildCommand(cmCustomCommand const& cmd)
1338{
1339 this->impl->PostBuildCommands.push_back(cmd);
1340}
1341
1342void cmTarget::AddPostBuildCommand(cmCustomCommand&& cmd)
1343{

Callers 2

CreateGlobalTargetMethod · 0.80
AddCustomCommandToTargetFunction · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected