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

Method IsSplitSwiftBuild

Source/cmLocalGenerator.cxx:3044–3048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3042}
3043
3044bool cmLocalGenerator::IsSplitSwiftBuild() const
3045{
3046 return cmNonempty(this->GetMakefile()->GetDefinition(
3047 "CMAKE_Swift_COMPILATION_MODE_DEFAULT"));
3048}
3049
3050namespace {
3051

Callers 5

GetStaticLibraryFlagsMethod · 0.95
GetTargetFlagsMethod · 0.95
WriteLinkRuleMethod · 0.80
WriteLinkStatementMethod · 0.80

Calls 3

GetMakefileMethod · 0.95
cmNonemptyFunction · 0.85
GetDefinitionMethod · 0.45

Tested by

no test coverage detected