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

Method AddPreLinkCommand

Source/cmTarget.cxx:1322–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320}
1321
1322void cmTarget::AddPreLinkCommand(cmCustomCommand const& cmd)
1323{
1324 this->impl->PreLinkCommands.push_back(cmd);
1325}
1326
1327void cmTarget::AddPreLinkCommand(cmCustomCommand&& cmd)
1328{

Callers 1

AddCustomCommandToTargetFunction · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected