File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,16 @@ cd build/macos
155
155
cmake -G "Xcode" ../..
156
156
```
157
157
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
+ ```
159
168
160
169
### Android
161
170
Original file line number Diff line number Diff line change
1
+ - ci: Add GitHub Action for macOS building
2
+ - doc: Add command to build OpenXR targets on macOS
You can’t perform that action at this time.
0 commit comments