MCPcopy 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
32void cmSourceFile::SetSpecialSourceType(cmSourceFile::SpecialSourceType type)
33{
34 this->SpecialSource = type;
35}
36
37bool cmSourceFile::IsPchHeader() const
38{

Callers 15

AddTargetObjectMethod · 0.80
AddExtraTargetsMethod · 0.80
AddXCodeProjBuildRuleMethod · 0.80
CreateXCodeTargetMethod · 0.80
ForceLinkerLanguageMethod · 0.80
CreateGroupsMethod · 0.80
AddPchDependenciesMethod · 0.80
CopyPchCompilePdbMethod · 0.80
AddUnityBuildMethod · 0.80
GetPchFileObjectMethod · 0.80
GetPchFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected