| 1241 | } |
| 1242 | |
| 1243 | bool cmTarget::IsExecutableWithExports() const |
| 1244 | { |
| 1245 | return (this->GetType() == cmStateEnums::EXECUTABLE && |
| 1246 | this->GetPropertyAsBool("ENABLE_EXPORTS")); |
| 1247 | } |
| 1248 | |
| 1249 | bool cmTarget::IsSharedLibraryWithExports() const |
| 1250 | { |
no test coverage detected