| 1247 | } |
| 1248 | |
| 1249 | bool cmTarget::IsSharedLibraryWithExports() const |
| 1250 | { |
| 1251 | return (this->GetType() == cmStateEnums::SHARED_LIBRARY && |
| 1252 | this->GetPropertyAsBool("ENABLE_EXPORTS")); |
| 1253 | } |
| 1254 | |
| 1255 | bool cmTarget::IsFrameworkOnApple() const |
| 1256 | { |
no test coverage detected