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

Method GetExportedTargetsFile

Source/cmGlobalGenerator.cxx:1377–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375}
1376
1377cmExportBuildFileGenerator* cmGlobalGenerator::GetExportedTargetsFile(
1378 std::string const& filename) const
1379{
1380 auto const it = this->BuildExportSets.find(filename);
1381 return it == this->BuildExportSets.end() ? nullptr : it->second;
1382}
1383
1384void cmGlobalGenerator::AddCMP0068WarnTarget(std::string const& target)
1385{

Callers 2

HandleTargetsModeFunction · 0.80
HandleSpecialExportModeFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected