mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 20:34:20 +00:00
Extend commit 844d79916a (cmake --build: Add support for driving Xcode workspaces, 2025-06-02) to support multiple `--target` arguments. `xcodebuild -scheme` cannot be repeated in a single call, so call it multiple times instead. Issue: #26958 Co-Authored-By: Craig Scott <craig.scott@crascit.com>
2 lines
179 B
Plaintext
2 lines
179 B
Plaintext
xcodebuild -workspace XcodeWorkspace\.xcworkspace build -configuration Debug -destination generic/platform=MacOS -parallelizeTargets -hideShellScriptEnvironment -scheme ALL_BUILD
|