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

Method AppendCacheEntryProperty

Source/cmState.cxx:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void cmState::AppendCacheEntryProperty(std::string const& key,
265 std::string const& property,
266 std::string const& value, bool asString)
267{
268 this->CacheManager->AppendCacheEntryProperty(key, property, value, asString);
269}
270
271void cmState::RemoveCacheEntryProperty(std::string const& key,
272 std::string const& propertyName)

Callers 1

HandleCacheEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected