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

Method SetProperty

Source/cmake.cxx:3677–3680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3675}
3676
3677void cmake::SetProperty(std::string const& prop, cmValue value)
3678{
3679 this->State->SetGlobalProperty(prop, value);
3680}
3681
3682void cmake::AppendProperty(std::string const& prop, std::string const& value,
3683 bool asString)

Callers 15

testCreateFromTestsFunction · 0.45
xml_writer_set_indentFunction · 0.45
addFileSetEntryFunction · 0.45
ForceLinkerLanguageMethod · 0.45
CreateGlobalTargetMethod · 0.45
HandleGlobalModeFunction · 0.45
HandleDirectoryModeFunction · 0.45
HandleTargetFunction · 0.45

Calls 1

SetGlobalPropertyMethod · 0.80

Tested by 4

testCreateFromTestsFunction · 0.36
cmCreateTestSourceListFunction · 0.36