This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
xmake
/
xmake-docs
oglindă de
https://github.com/xmake-io/xmake-docs
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
golang
/
basic
/
xmake.lua
xmake.lua
105 B
Permalink
Istoric
Crud
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.go")