This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
xmake
/
xmake-docs
miroir de
https://github.com/xmake-io/xmake-docs
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
zig
/
basic
/
xmake.lua
xmake.lua
106 B
Lien permanent
Historique
Raw
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.zig")