Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1307
void cmTarget::AddPreBuildCommand(cmCustomCommand const& cmd)
1308
{
1309
this->impl->PreBuildCommands.push_back(cmd);
1310
}
1311
1312
void cmTarget::AddPreBuildCommand(cmCustomCommand&& cmd)
1313
{
Callers
2
AddCustomCommandToTarget
Function · 0.80
InitAutogenTarget
Method · 0.80
Calls
2
move
Function · 0.85
push_back
Method · 0.80
Tested by
no test coverage detected