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
/
objc
/
bundle
/
xmake.lua
xmake.lua
102 B
Link permanente
Histórico
Em bruto
1
2
3
4
target("test")
add_rules("xcode.bundle")
add_files("src/*.m")
add_files("src/Info.plist")