mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-16 11:55:08 +01:00
feat: use CMake and SDL3
Based on: https://github.com/Ravbug/sdl3-sample
This commit is contained in:
7
config/config-visionos-xcode.sh
Normal file
7
config/config-visionos-xcode.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# note: requires CMake 3.28 or newer
|
||||
|
||||
cd "${0%/*}"
|
||||
|
||||
cmake -G "Xcode" -DCMAKE_SYSTEM_NAME="visionOS" -S .. -B ../build/visionOS
|
||||
Reference in New Issue
Block a user