Added build script for OS X

This commit is contained in:
Daniel Wolf 2016-02-02 10:31:31 +01:00
parent 9b10f38bcb
commit f4d3c5fa81
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/.idea
/.vs
/build

6
package-osx.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
rm -rf build
mkdir build
cd build
cmake .. -G Xcode
cmake --build . --config Release --target package