Skip to content

Commit 4002bf3

Browse files
committed
doc: Add command to build OpenXR targets on macOS
Signed-off-by: utzcoz <[email protected]>
1 parent 12ceaf8 commit 4002bf3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

BUILDING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@ cmake -G "Xcode" ../..
157157

158158
Finally, open the build/macos/OPENXR.xcodeproj in Xcode to build the samples.
159159

160+
If you want to build with command, you can run following command to check
161+
available targets and built `ALL_BUILD` target as example:
162+
163+
```shell
164+
# In build/macos directory
165+
xcodebuild -list -project OPENXR.xcodeproj/
166+
xcodebuild -scheme ALL_BUILD build
167+
```
168+
160169
### Android
161170

162171
```sh

0 commit comments

Comments
 (0)