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

Method SetBinaryDirectory

Source/cmState.cxx:689–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void cmState::SetBinaryDirectory(std::string const& binaryDirectory)
690{
691 this->BinaryDirectory = binaryDirectory;
692 cmSystemTools::ConvertToUnixSlashes(this->BinaryDirectory);
693}
694
695void cmState::SetWindowsShell(bool windowsShell)
696{

Callers 2

testCreateFromMakefileFunction · 0.80

Calls

no outgoing calls

Tested by 1

testCreateFromMakefileFunction · 0.64