mirror of
https://github.com/izzy2lost/SDL3-uwp.git
synced 2026-03-26 16:43:19 -07:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
cd "${0%/*}"
|
|
|
|
cmake -G "Xcode" -B ../build/mac -S .. |