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

Method AddExportBuildFileGenerator

Source/cmMakefile.cxx:963–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void cmMakefile::AddExportBuildFileGenerator(
964 std::unique_ptr<cmExportBuildFileGenerator> gen)
965{
966 this->ExportBuildFileGenerators.emplace_back(std::move(gen));
967}
968
969namespace {
970struct file_not_persistent

Callers 2

AddExportGeneratorFunction · 0.80
HandleTargetsModeFunction · 0.80

Calls 2

moveFunction · 0.85
emplace_backMethod · 0.80

Tested by

no test coverage detected