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

Method IsWin32Executable

Source/cmGeneratorTarget.cxx:1710–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1708}
1709
1710bool cmGeneratorTarget::IsWin32Executable(std::string const& config) const
1711{
1712 return cmIsOn(cmGeneratorExpression::Evaluate(
1713 this->GetSafeProperty("WIN32_EXECUTABLE"), this->LocalGenerator, config));
1714}
1715
1716std::string cmGeneratorTarget::GetCFBundleDirectory(
1717 std::string const& config, BundleDirectoryLevel level) const

Callers 6

WriteExecutableRuleMethod · 0.80
CheckTargetsForTypeMethod · 0.80
GetTargetFlagsMethod · 0.80
OutputBuildToolMethod · 0.80
GetCBTargetTypeMethod · 0.80
ComputeLinkOptionsMethod · 0.80

Calls 1

cmIsOnFunction · 0.85

Tested by

no test coverage detected