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

Method SetSymbolic

Source/cmTarget.cxx:2081–2084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2079}
2080
2081void cmTarget::SetSymbolic(bool const value)
2082{
2083 this->impl->IsSymbolic = value;
2084}
2085
2086void cmTarget::SetProperty(std::string const& prop, cmValue value)
2087{

Callers 2

cmAddLibraryCommandFunction · 0.80
ImportTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected