Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddSupportedGlobalGenerator
Method
AddSupportedGlobalGenerator
Source/cmExternalMakefileProjectGenerator.cxx:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void cmExternalMakefileProjectGeneratorFactory::AddSupportedGlobalGenerator(
63
std::string const& base)
64
{
65
this->SupportedGlobalGenerators.push_back(base);
66
}
Callers
5
GetFactory
Method · 0.80
GetFactory
Method · 0.80
GetFactory
Method · 0.80
GetFactory
Method · 0.80
GetFactory
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected