| 5500 | } |
| 5501 | |
| 5502 | bool cmGeneratorTarget::IsExecutableWithExports() const |
| 5503 | { |
| 5504 | return this->Target->IsExecutableWithExports(); |
| 5505 | } |
| 5506 | |
| 5507 | bool cmGeneratorTarget::IsSharedLibraryWithExports() const |
| 5508 | { |
no outgoing calls
no test coverage detected