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

Method SetProperty

Source/cmMakefile.cxx:3655–3658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3653}
3654
3655void cmMakefile::SetProperty(std::string const& prop, cmValue value)
3656{
3657 this->StateSnapshot.GetDirectory().SetProperty(prop, value, this->Backtrace);
3658}
3659
3660void cmMakefile::AppendProperty(std::string const& prop,
3661 std::string const& value, bool asString)

Callers 7

ParseDefineFlagMethod · 0.95
InitializeFromParentMethod · 0.95
AddSubDirectoryMethod · 0.45
AddLibraryMethod · 0.45
AddExecutableMethod · 0.45
AddNewUtilityTargetMethod · 0.45
AddTargetObjectMethod · 0.45

Calls 1

GetDirectoryMethod · 0.45

Tested by

no test coverage detected