Skip to content

Commit 16ec447

Browse files
utzcozrpavlik
authored andcommitted
doc: Add command to build OpenXR targets on macOS
Signed-off-by: utzcoz <[email protected]>
1 parent 12ceaf8 commit 16ec447

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

BUILDING.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,16 @@ cd build/macos
155155
cmake -G "Xcode" ../..
156156
```
157157

158-
Finally, open the build/macos/OPENXR.xcodeproj in Xcode to build the samples.
158+
Finally, open the `build/macos/OPENXR.xcodeproj` in Xcode to build the samples.
159+
160+
If you want to build on the command line, you can run the following command to
161+
check 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+
```
159168

160169
### Android
161170

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- ci: Add GitHub Action for macOS building
2+
- doc: Add command to build OpenXR targets on macOS

0 commit comments

Comments
 (0)