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

Method GetCompileOptionsEntries

Source/cmStateDirectory.cxx:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180cmBTStringRange cmStateDirectory::GetCompileOptionsEntries() const
181{
182 return GetPropertyContent(this->DirectoryState->CompileOptions,
183 this->Snapshot_.Position->CompileOptionsPosition);
184}
185
186void cmStateDirectory::AppendCompileOptionsEntry(const BT<std::string>& vec)
187{

Callers 1

GetPropertyMethod · 0.95

Calls 1

GetPropertyContentFunction · 0.85

Tested by

no test coverage detected