MCPcopy 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
502void cmSourceFile::SetCustomCommand(std::unique_ptr<cmCustomCommand> cc)
503{
504 this->CustomCommand = std::move(cc);
505}

Callers 1

AddCustomCommandFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected