Skip to content

Commit

Permalink
doc: Add command to build OpenXR targets on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <[email protected]>
  • Loading branch information
utzcoz committed Sep 17, 2024
1 parent 12ceaf8 commit 4002bf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ cmake -G "Xcode" ../..

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

If you want to build with command, you can run following command to check
available targets and built `ALL_BUILD` target as example:

```shell
# In build/macos directory
xcodebuild -list -project OPENXR.xcodeproj/
xcodebuild -scheme ALL_BUILD build
```

### Android

```sh
Expand Down

0 comments on commit 4002bf3

Please sign in to comment.