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

Method AddTestGenerator

Source/cmMakefile.cxx:1426–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426void cmMakefile::AddTestGenerator(std::unique_ptr<cmTestGenerator> g)
1427{
1428 if (g) {
1429 this->TestGenerators.push_back(std::move(g));
1430 }
1431}
1432
1433bool cmMakefile::ExplicitlyGeneratesSbom() const
1434{

Callers 2

cmAddTestCommandFunction · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by 2

cmAddTestCommandFunction · 0.64