Gear/runcmake_xcode.sh

6 lines
69 B
Bash
Executable File

#!/bin/bash
mkdir build_xcode
cd build_xcode
cmake .. -G Xcode
cd ..