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

Method SetConfiguredFilesPath

Source/cmGlobalGenerator.cxx:2565–2573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2563}
2564
2565void cmGlobalGenerator::SetConfiguredFilesPath(cmGlobalGenerator* gen)
2566{
2567 if (!gen->ConfiguredFilesPath.empty()) {
2568 this->ConfiguredFilesPath = gen->ConfiguredFilesPath;
2569 } else {
2570 this->ConfiguredFilesPath =
2571 cmStrCat(gen->CMakeInstance->GetHomeOutputDirectory(), "/CMakeFiles");
2572 }
2573}
2574
2575bool cmGlobalGenerator::IsExcluded(cmStateSnapshot const& rootSnp,
2576 cmStateSnapshot const& snp_) const

Callers 1

Calls 2

cmStrCatFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected