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