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

17
setupcmakexcode.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash
DEFS=""
if [ -n "${AAX_SDK_PATH}" ] ; then
DEPS="$DEPS -DAAX_SDK_PATH=${AAX_SDK_PATH}"
fi
#if [ -n "${VST2_SDK_PATH}" ] ; then
# DEPS="$DEPS -DVST2_SDK_PATH=${VST2_SDK_PATH}"
#fi
# xcode
cmake -GXcode ${DEPS} -B buildXcode