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

Method GetCompileDefinitionsEntries

Source/cmStateDirectory.cxx:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154cmBTStringRange cmStateDirectory::GetCompileDefinitionsEntries() const
155{
156 return GetPropertyContent(
157 this->DirectoryState->CompileDefinitions,
158 this->Snapshot_.Position->CompileDefinitionsPosition);
159}
160
161void cmStateDirectory::AppendCompileDefinitionsEntry(
162 const BT<std::string>& vec)

Callers 1

GetPropertyMethod · 0.95

Calls 1

GetPropertyContentFunction · 0.85

Tested by

no test coverage detected