This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
xmake
/
xmake-docs
mirror da
https://github.com/xmake-io/xmake-docs
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
objc
/
console
/
xmake.lua
xmake.lua
104 B
Permalink
Cronologia
Originale
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.m")