Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetCustomCommand
Method
SetCustomCommand
Source/cmSourceFile.cxx:502–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
}
501
502
void cmSourceFile::SetCustomCommand(std::unique_ptr<cmCustomCommand> cc)
503
{
504
this->CustomCommand = std::move(cc);
505
}
Callers
1
AddCustomCommand
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected