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

Method SetProperty

Source/cmTest.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 //! Set/Get a property of this source file
39 void SetProperty(std::string const& prop, cmValue value);
40 void SetProperty(std::string const& prop, std::nullptr_t)
41 {
42 this->SetProperty(prop, cmValue{ nullptr });
43 }
44 void SetProperty(std::string const& prop, std::string const& value)
45 {
46 this->SetProperty(prop, cmValue(value));

Callers

nothing calls this directly

Calls 1

cmValueClass · 0.70

Tested by

no test coverage detected