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

Method AddInstallGenerator

Source/cmMakefile.cxx:1419–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417}
1418
1419void cmMakefile::AddInstallGenerator(std::unique_ptr<cmInstallGenerator> g)
1420{
1421 if (g) {
1422 this->InstallGenerators.push_back(std::move(g));
1423 }
1424}
1425
1426void cmMakefile::AddTestGenerator(std::unique_ptr<cmTestGenerator> g)
1427{

Callers 1

AddSubDirectoryMethod · 0.95

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected