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

Method cmWorkingDirectory

Source/cmWorkingDirectory.cxx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "cmSystemTools.h"
7
8cmWorkingDirectory::cmWorkingDirectory(std::string const& newdir)
9{
10 this->OldDir = cmSystemTools::GetLogicalWorkingDirectory();
11 this->SetDirectory(newdir);
12}
13
14cmWorkingDirectory::~cmWorkingDirectory()
15{

Callers

nothing calls this directly

Calls 1

SetDirectoryMethod · 0.95

Tested by

no test coverage detected