| 90 | } |
| 91 | |
| 92 | void cmSourceFileLocation::DirectoryUseBinary() |
| 93 | { |
| 94 | assert(this->Makefile); |
| 95 | if (this->AmbiguousDirectory) { |
| 96 | this->Directory = cmSystemTools::CollapseFullPath( |
| 97 | this->Directory, this->Makefile->GetCurrentBinaryDirectory()); |
| 98 | this->AmbiguousDirectory = false; |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | void cmSourceFileLocation::UpdateExtension(std::string const& name) |
| 103 | { |