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

Method GetInputFileName

Source/cmGeneratorExpressionEvaluationFile.cxx:198–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198std::string cmGeneratorExpressionEvaluationFile::GetInputFileName(
199 cmLocalGenerator const* lg)
200{
201 std::string inputFileName = this->Input;
202
203 if (cmSystemTools::FileIsFullPath(inputFileName)) {
204 inputFileName = cmSystemTools::CollapseFullPath(inputFileName);
205 } else {
206 inputFileName = this->FixRelativePath(inputFileName, PathForInput, lg);
207 }
208
209 return inputFileName;
210}
211
212std::string cmGeneratorExpressionEvaluationFile::GetOutputFileName(
213 cm::GenEx::Context const& context, cmGeneratorTarget* target)

Callers 1

GenerateMethod · 0.95

Calls 1

FixRelativePathMethod · 0.95

Tested by

no test coverage detected