1 Star 0 Fork 2

pengguanjun/QVogenClient

forked from Sine Striker/QVogenClient 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
xmake.lua 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sine Striker 提交于 2022-07-10 09:08 . feat: modify structure
-- custom command
task("f2")
on_run(function()
import("core.base.task")
-- generate compile commands
task.run("project", { kind = "compile_commands", outputdir = "$(buildir)" })
end)
set_menu {
usage = "xmake f2"
, description = "Run config and generate compile commands to build dir."
, options = {}
}
task_end()
-- set project name
set_project("QVogenClient")
-- set project version
set_version("0.2.22")
-- set runtime output dir
set_config("runtime_output_dir", "bin")
set_config("archive_output_dir", "lib")
print("$(env PROGRAMFILES)")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/pengguanjun/qvogenclient.git
git@gitee.com:pengguanjun/qvogenclient.git
pengguanjun
qvogenclient
QVogenClient
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385