We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ceaf8 commit 16ec447Copy full SHA for 16ec447
BUILDING.md
@@ -155,7 +155,16 @@ cd build/macos
155
cmake -G "Xcode" ../..
156
```
157
158
-Finally, open the build/macos/OPENXR.xcodeproj in Xcode to build the samples.
+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
+```
168
169
### Android
170
changes/sdk/pr.501.gh.OpenXR-SDK-Source.md
@@ -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