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

Method AddPreBuildCommand

Source/cmTarget.cxx:1307–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307void cmTarget::AddPreBuildCommand(cmCustomCommand const& cmd)
1308{
1309 this->impl->PreBuildCommands.push_back(cmd);
1310}
1311
1312void cmTarget::AddPreBuildCommand(cmCustomCommand&& cmd)
1313{

Callers 2

AddCustomCommandToTargetFunction · 0.80
InitAutogenTargetMethod · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected