Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetSourceFileLanguage
Method
GetSourceFileLanguage
Source/cmLocalGenerator.cxx:4714–4717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4712
}
4713
4714
std::string cmLocalGenerator::GetSourceFileLanguage(cmSourceFile const& source)
4715
{
4716
return source.GetLanguage();
4717
}
4718
4719
cmake* cmLocalGenerator::GetCMakeInstance() const
4720
{
Callers
5
CreateXCodeSourceFile
Method · 0.80
CreateXCodeFileReference
Method · 0.80
CreateXCodeTarget
Method · 0.80
cmLocalVisualStudio7GeneratorFCInfo
Method · 0.80
OutputSourceSpecificFlags
Method · 0.80
Calls
1
GetLanguage
Method · 0.80
Tested by
no test coverage detected