This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
xmake
/
xmake-docs
mirror de
https://github.com/xmake-io/xmake-docs
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
master
Ramos
Etiquetas
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
zig
/
basic
/
xmake.lua
xmake.lua
106 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.zig")