| 1169 | } |
| 1170 | |
| 1171 | bool cmGeneratorTarget::CanCompileSources() const |
| 1172 | { |
| 1173 | return this->Target->CanCompileSources(); |
| 1174 | } |
| 1175 | |
| 1176 | bool cmGeneratorTarget::HasKnownRuntimeArtifactLocation( |
| 1177 | std::string const& config) const |
no outgoing calls
no test coverage detected