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

Method IsAndroidGuiExecutable

Source/cmTarget.cxx:1291–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291bool cmTarget::IsAndroidGuiExecutable() const
1292{
1293 return (this->GetType() == cmStateEnums::EXECUTABLE &&
1294 this->impl->IsAndroid && this->GetPropertyAsBool("ANDROID_GUI"));
1295}
1296
1297bool cmTarget::HasKnownObjectFileLocation(std::string* reason) const
1298{

Callers 6

CreateIfAnyMethod · 0.80
GenerateMethod · 0.80

Calls 2

GetTypeMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected