Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetPropertyAsBool
Method
GetPropertyAsBool
Source/cmTarget.cxx:2760–2763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2758
}
2759
2760
bool cmTarget::GetPropertyAsBool(std::string const& prop) const
2761
{
2762
return this->GetProperty(prop).IsOn();
2763
}
2764
2765
cmPropertyMap const& cmTarget::GetProperties() const
2766
{
Callers
6
IsExecutableWithExports
Method · 0.95
IsSharedLibraryWithExports
Method · 0.95
IsFrameworkOnApple
Method · 0.95
IsAppBundleOnApple
Method · 0.95
IsAndroidGuiExecutable
Method · 0.95
cmTarget
Method · 0.45
Calls
2
GetProperty
Method · 0.95
IsOn
Method · 0.45
Tested by
no test coverage detected