mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
cmGlobalGenerator: Add IsXcode query
Make it easy to detect use of the Xcode generator.
This commit is contained in:
@@ -96,6 +96,8 @@ public:
|
||||
i.e. "Can I build Debug and Release in the same tree?" */
|
||||
bool IsMultiConfig() const override;
|
||||
|
||||
bool IsXcode() const override { return true; }
|
||||
|
||||
bool HasKnownObjectFileLocation(std::string* reason) const override;
|
||||
|
||||
bool IsIPOSupported() const override { return true; }
|
||||
|
||||
Reference in New Issue
Block a user