MCPcopy Create free account
hub / github.com/Kitware/CMake / IsSharedLibraryWithExports

Method IsSharedLibraryWithExports

Source/cmTarget.cxx:1249–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

GetMappedConfigOldMethod · 0.95
GetLocationMethod · 0.95
HandleTargetsModeFunction · 0.45

Calls 2

GetTypeMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected