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

Method AddDefaultExtraGenerators

Source/cmake.cxx:2005–2014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2003}
2004
2005void cmake::AddDefaultExtraGenerators()
2006{
2007#if !defined(CMAKE_BOOTSTRAP)
2008 this->ExtraGenerators.push_back(cmExtraCodeBlocksGenerator::GetFactory());
2009 this->ExtraGenerators.push_back(cmExtraCodeLiteGenerator::GetFactory());
2010 this->ExtraGenerators.push_back(cmExtraEclipseCDT4Generator::GetFactory());
2011 this->ExtraGenerators.push_back(cmExtraKateGenerator::GetFactory());
2012 this->ExtraGenerators.push_back(cmExtraSublimeTextGenerator::GetFactory());
2013#endif
2014}
2015
2016void cmake::GetRegisteredGenerators(
2017 std::vector<GeneratorInfo>& generators) const

Callers 1

cmakeMethod · 0.95

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected