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

Method AddConfiguration

Source/cmExportFileGenerator.cxx:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32cmExportFileGenerator::cmExportFileGenerator() = default;
33
34void cmExportFileGenerator::AddConfiguration(std::string const& config)
35{
36 this->Configurations.push_back(config);
37}
38
39void cmExportFileGenerator::SetExportFile(char const* mainFile)
40{

Callers 4

GenerateScriptMethod · 0.45
AddExportGeneratorFunction · 0.45
HandleTargetsModeFunction · 0.45
ProcessMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected