1 Star 0 Fork 2

ythyty/SonoBus

forked from Gitee 极速下载/SonoBus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setupcmake.sh 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
DEFS=""
CONFIG="Release"
if [ -n "${AAX_SDK_PATH}" ] ; then
echo "Will build AAX plugin"
DEPS="$DEPS -DAAX_SDK_PATH=${AAX_SDK_PATH}"
fi
if [ -n "${VST2_SDK_PATH}" ] ; then
echo "Will build VST2 plugin"
DEPS="$DEPS -DVST2_SDK_PATH=${VST2_SDK_PATH}"
fi
if [ "$1" = "debug" ] ; then
CONFIG="Debug"
fi
cmake -DCMAKE_BUILD_TYPE=$CONFIG $DEPS -B build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/ythyty/SonoBus.git
git@gitee.com:ythyty/SonoBus.git
ythyty
SonoBus
SonoBus
main

搜索帮助