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

Method AppendProperty

Source/cmMakefile.cxx:3660–3665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3658}
3659
3660void cmMakefile::AppendProperty(std::string const& prop,
3661 std::string const& value, bool asString)
3662{
3663 this->StateSnapshot.GetDirectory().AppendProperty(prop, value, asString,
3664 this->Backtrace);
3665}
3666
3667cmValue cmMakefile::GetProperty(std::string const& prop) const
3668{

Callers 5

AddCompileDefinitionMethod · 0.95
AddCompileOptionMethod · 0.95
AddLinkOptionMethod · 0.95
ParseDefineFlagMethod · 0.95

Calls 1

GetDirectoryMethod · 0.45

Tested by

no test coverage detected