mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-15 19:35:09 +01: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 .. |