1 Star 0 Fork 2

ythyty/SonoBus

forked from Gitee 极速下载/SonoBus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setupcmakewin32.sh 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
DEFS=""
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
cmake -G "Visual Studio 15 2017" $DEPS -B build32
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/ythyty/SonoBus.git
git@gitee.com:ythyty/SonoBus.git
ythyty
SonoBus
SonoBus
main

搜索帮助