We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ceaf8 commit 4002bf3Copy full SHA for 4002bf3
BUILDING.md
@@ -157,6 +157,15 @@ cmake -G "Xcode" ../..
157
158
Finally, open the build/macos/OPENXR.xcodeproj in Xcode to build the samples.
159
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
169
### Android
170
171
```sh
0 commit comments