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

Function IsCMakeAppBundleExe

Source/cmSystemTools.cxx:3014–3017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3012
3013#if defined(__APPLE__)
3014bool IsCMakeAppBundleExe(std::string const& exe)
3015{
3016 return cmHasLiteralSuffix(cmSystemTools::LowerCase(exe), "/macos/cmake");
3017}
3018#endif
3019
3020std::string FindOwnExecutable(char const* argv0)

Callers 2

FindOwnExecutableFunction · 0.85

Calls 1

cmHasLiteralSuffixFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…