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

Method ClassifyAllConfigSources

Source/cmVisualStudio10TargetGenerator.cxx:5388–5394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5386}
5387
5388void cmVisualStudio10TargetGenerator::ClassifyAllConfigSources()
5389{
5390 for (cmGeneratorTarget::AllConfigSource const& source :
5391 this->GeneratorTarget->GetAllConfigSources()) {
5392 this->ClassifyAllConfigSource(source);
5393 }
5394}
5395
5396void cmVisualStudio10TargetGenerator::ClassifyAllConfigSource(
5397 cmGeneratorTarget::AllConfigSource const& acs)

Callers 1

Calls 2

GetAllConfigSourcesMethod · 0.80

Tested by

no test coverage detected