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

Method IsDLLPlatform

Source/cmTarget.cxx:2770–2773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2768}
2769
2770bool cmTarget::IsDLLPlatform() const
2771{
2772 return this->impl->IsDLLPlatform;
2773}
2774
2775bool cmTarget::IsAIX() const
2776{

Callers 15

CreateIfAnyMethod · 0.45
HandleTargetsModeFunction · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45
AddItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected