1 Star 0 Fork 0

vovans / OpenSndVoyager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
premake5.lua 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
Harm 提交于 2020-08-08 19:51 . Open source it!
workspace "OpenSndVoyager"
configurations { "Debug", "Release"}
platforms { "x86" }
flags { "StaticRuntime", "No64BitChecks" }
systemversion "10.0.16299.0"
symbols "On"
characterset "Unicode"
flags { "NoIncrementalLink", "NoEditAndContinue", "NoMinimalRebuild" }
buildoptions { "/MP", "/std:c++17" }
configuration "Debug*"
targetdir "build/bin/debug"
defines "NDEBUG"
objdir "build/obj/debug"
configuration "Release*"
targetdir "build/bin/release"
defines "NDEBUG"
optimize "speed"
objdir "build/obj/release"
filter "platforms:x86"
architecture "x32"
include "OpenSndVoyager"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vovans/OpenSndVoyager.git
git@gitee.com:vovans/OpenSndVoyager.git
vovans
OpenSndVoyager
OpenSndVoyager
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891