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

Method IsExecutableWithExports

Source/cmGeneratorTarget.cxx:5502–5505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5500}
5501
5502bool cmGeneratorTarget::IsExecutableWithExports() const
5503{
5504 return this->Target->IsExecutableWithExports();
5505}
5506
5507bool cmGeneratorTarget::IsSharedLibraryWithExports() const
5508{

Callers 8

GetLinkInterfaceMethod · 0.95
GetExportMacroMethod · 0.95
GetCreateRuleVariableMethod · 0.95
ComputeImportInfoMethod · 0.95
HasImportLibraryMethod · 0.95
IsLinkableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected