| 2030 | } |
| 2031 | |
| 2032 | bool cmGeneratorTarget::IsDLLPlatform() const |
| 2033 | { |
| 2034 | return this->Target->IsDLLPlatform(); |
| 2035 | } |
| 2036 | |
| 2037 | void cmGeneratorTarget::GetAutoUicOptions(std::vector<std::string>& result, |
| 2038 | std::string const& config) const |
no outgoing calls
no test coverage detected