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

Method IsPchSource

Source/cmSourceFile.cxx:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool cmSourceFile::IsPchSource() const
43{
44 return this->SpecialSource == SpecialSourceType::PchSource;
45}
46
47std::string const& cmSourceFile::GetExtension() const
48{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected