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

Method SetProperty

Source/cmTarget.h:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 //! Set/Get a property of this target file
200 void SetProperty(std::string const& prop, cmValue value);
201 void SetProperty(std::string const& prop, std::nullptr_t)
202 {
203 this->SetProperty(prop, cmValue{ nullptr });
204 }
205 void SetProperty(std::string const& prop, std::string const& value)
206 {
207 this->SetProperty(prop, cmValue(value));

Callers

nothing calls this directly

Calls 1

cmValueClass · 0.70

Tested by

no test coverage detected