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