| 3808 | } |
| 3809 | |
| 3810 | bool cmVisualStudio10TargetGenerator::ComputeRcOptions() |
| 3811 | { |
| 3812 | return std::all_of( |
| 3813 | this->Configurations.begin(), this->Configurations.end(), |
| 3814 | [this](std::string const& c) { return this->ComputeRcOptions(c); }); |
| 3815 | } |
| 3816 | |
| 3817 | bool cmVisualStudio10TargetGenerator::ComputeRcOptions( |
| 3818 | std::string const& configName) |
no test coverage detected