mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
cmake --build: Add support for driving Xcode workspaces
External tools may create a `.xcworkspace` directory next to the `.xcodeproj` directory that CMake generates. If a workspace exists, drive the build through it instead. Closes: #26958 Co-authored-by: Brad King <brad.king@kitware.com>
This commit is contained in:
@@ -335,6 +335,7 @@ protected:
|
||||
BuildSystem XcodeBuildSystem = BuildSystem::One;
|
||||
|
||||
private:
|
||||
std::string GetAppleSpecificPlatformName();
|
||||
std::string const& GetXcodeBuildCommand();
|
||||
std::string FindXcodeBuildCommand();
|
||||
std::string XcodeBuildCommand;
|
||||
|
||||
Reference in New Issue
Block a user