Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2081
void cmTarget::SetSymbolic(bool const value)
2082
{
2083
this->impl->IsSymbolic = value;
2084
}
2085
2086
void cmTarget::SetProperty(std::string const& prop, cmValue value)
2087
{
Callers
2
cmAddLibraryCommand
Function · 0.80
ImportTargets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected