| 5505 | } |
| 5506 | |
| 5507 | bool cmGeneratorTarget::IsSharedLibraryWithExports() const |
| 5508 | { |
| 5509 | return this->Target->IsSharedLibraryWithExports(); |
| 5510 | } |
| 5511 | |
| 5512 | bool cmGeneratorTarget::HasImportLibrary(std::string const& config) const |
| 5513 | { |
no outgoing calls
no test coverage detected