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

Method IsExecutableWithExports

Source/cmTarget.cxx:1243–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ImportedGetFullPathMethod · 0.95
GetMappedConfigOldMethod · 0.95
GetLocationMethod · 0.95
CreateIfAnyMethod · 0.45
ResolveLinkItemMethod · 0.45
WriteExecutableRuleMethod · 0.45
HandleTargetsModeFunction · 0.45
GetTargetFlagsMethod · 0.45
AddInterfaceDependsMethod · 0.45
AddTargetDependMethod · 0.45

Calls 2

GetTypeMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected