Files
enum.hpp/scripts/gen_xcode_project.sh
2019-11-20 20:15:27 +07:00

8 lines
154 B
Bash
Executable File

#!/bin/bash
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
mkdir -p $BUILD_DIR/xcode
cd $BUILD_DIR/xcode
cmake -G Xcode ../..
open enum.hpp.xcodeproj