paulxstretch/setupcmakexcode.sh

18 lines
245 B
Bash
Executable File

#!/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