Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetSpecialSourceType
Method
SetSpecialSourceType
Source/cmSourceFile.cxx:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void cmSourceFile::SetSpecialSourceType(cmSourceFile::SpecialSourceType type)
33
{
34
this->SpecialSource = type;
35
}
36
37
bool cmSourceFile::IsPchHeader() const
38
{
Callers
15
AddTargetObject
Method · 0.80
AddExtraTargets
Method · 0.80
AddXCodeProjBuildRule
Method · 0.80
CreateXCodeTarget
Method · 0.80
ForceLinkerLanguage
Method · 0.80
CreateGroups
Method · 0.80
AddPchDependencies
Method · 0.80
CopyPchCompilePdb
Method · 0.80
AddUnityBuild
Method · 0.80
RegisterGeneratedSource
Method · 0.80
GetPchFileObject
Method · 0.80
GetPchFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected