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

Method IsGeneratedFile

Source/cmGlobalGenerator.cxx:2529–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527}
2528
2529bool cmGlobalGenerator::IsGeneratedFile(std::string const& filepath)
2530{
2531 return this->GeneratedFiles.find(filepath) != this->GeneratedFiles.end();
2532}
2533
2534void cmGlobalGenerator::EnableInstallTarget()
2535{

Callers 2

FindFullPathMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected