Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetBacktrace
Method
SetBacktrace
Source/cmCustomCommand.cxx:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void cmCustomCommand::SetBacktrace(cmListFileBacktrace lfbt)
128
{
129
this->Backtrace = std::move(lfbt);
130
}
131
132
cmImplicitDependsList const& cmCustomCommand::GetImplicitDepends() const
133
{
Callers
11
AddCustomCommandToTarget
Method · 0.45
AddCustomCommandToOutput
Method · 0.45
AddUtilityCommand
Method · 0.45
CreateCustomCommands
Method · 0.45
operator()
Method · 0.45
AddCustomCommandToTarget
Method · 0.45
AddCustomCommandToOutput
Method · 0.45
AddUtilityCommand
Method · 0.45
InitAutogenTarget
Method · 0.45
GetTargetDirectDepends
Method · 0.45
AddSymbolExportCommand
Method · 0.45
Calls
1
move
Function · 0.85
Tested by
no test coverage detected