Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3044
bool cmLocalGenerator::IsSplitSwiftBuild() const
3045
{
3046
return cmNonempty(this->GetMakefile()->GetDefinition(
3047
"CMAKE_Swift_COMPILATION_MODE_DEFAULT"
));
3048
}
3049
3050
namespace {
3051
Callers
5
GetStaticLibraryFlags
Method · 0.95
GetTargetFlags
Method · 0.95
WriteObjectBuildStatements
Method · 0.80
WriteLinkRule
Method · 0.80
WriteLinkStatement
Method · 0.80
Calls
3
GetMakefile
Method · 0.95
cmNonempty
Function · 0.85
GetDefinition
Method · 0.45
Tested by
no test coverage detected