Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1322
void cmTarget::AddPreLinkCommand(cmCustomCommand const& cmd)
1323
{
1324
this->impl->PreLinkCommands.push_back(cmd);
1325
}
1326
1327
void cmTarget::AddPreLinkCommand(cmCustomCommand&& cmd)
1328
{
Callers
1
AddCustomCommandToTarget
Function · 0.80
Calls
2
move
Function · 0.85
push_back
Method · 0.80
Tested by
no test coverage detected