Files
2024-08-04 02:35:49 -07:00

7 lines
93 B
Bash
Executable File

#!/bin/sh
set -e
brew install cmake
rm -rf xcode-main/ci_scripts
cmake -B .. -G Xcode ../..