MCPcopy Create free account
hub / github.com/Kitware/CMake / SetListFile

Method SetListFile

Source/cmStateSnapshot.cxx:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void cmStateSnapshot::SetListFile(std::string const& listfile)
74{
75 *this->Position->ExecutionListFile = listfile;
76}
77
78std::string const& cmStateSnapshot::GetExecutionListFile() const
79{

Callers 1

BuildsystemFileScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected