mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-15 19:35:09 +01:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/bash
|
|
|
|
# note: requires CMake 3.28 or newer
|
|
|
|
cd "${0%/*}"
|
|
|
|
cmake -G "Xcode" -DCMAKE_SYSTEM_NAME="visionOS" -S .. -B ../build/visionOS
|