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

Method AddBuildExportSet

Source/cmGlobalGenerator.cxx:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void cmGlobalGenerator::AddBuildExportSet(cmExportBuildFileGenerator* gen)
310{
311 this->BuildExportSets[gen->GetMainExportFileName()] = gen;
312}
313
314void cmGlobalGenerator::AddBuildExportExportSet(
315 cmExportBuildFileGenerator* gen)

Callers 2

HandleTargetsModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected