This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
xmake
/
xmake-docs
réplica de
https://github.com/xmake-io/xmake-docs
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Rama:
master
Ramas
Etiquetas
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
pascal
/
console
/
xmake.lua
xmake.lua
106 B
Permalink
Histórico
Raw
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.pas")