1#!/bin/sh
2
3rm -r -f cmake_temp
4mkdir cmake_temp
5cd cmake_temp
6cmake -DCMAKE_OSX_ARCHITECTURES="x86_64" -G Xcode ../