Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1337
void cmTarget::AddPostBuildCommand(cmCustomCommand const& cmd)
1338
{
1339
this->impl->PostBuildCommands.push_back(cmd);
1340
}
1341
1342
void cmTarget::AddPostBuildCommand(cmCustomCommand&& cmd)
1343
{
Callers
2
CreateGlobalTarget
Method · 0.80
AddCustomCommandToTarget
Function · 0.80
Calls
2
move
Function · 0.85
push_back
Method · 0.80
Tested by
no test coverage detected