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

Method SetSourceDirectory

Source/cmState.cxx:678–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678void cmState::SetSourceDirectory(std::string const& sourceDirectory)
679{
680 this->SourceDirectory = sourceDirectory;
681 cmSystemTools::ConvertToUnixSlashes(this->SourceDirectory);
682}
683
684std::string const& cmState::GetSourceDirectory() const
685{

Callers 2

testCreateFromMakefileFunction · 0.45
SetHomeDirectoryMethod · 0.45

Calls

no outgoing calls

Tested by 1

testCreateFromMakefileFunction · 0.36