transitioned to cmake for desktop build

This commit is contained in:
essej
2022-04-19 16:30:36 -04:00
parent a4922bd275
commit 7e71997593
13 changed files with 1650 additions and 44 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash
cd ../Builds/MacOSX
cd ..
rm -rf build
if ! xcodebuild -configuration Release -scheme "PaulXStretch - All" ; then
./setupcmake.sh
./buildcmake.sh
echo Error BUILDING
exit 2
fi