This website works better with JavaScript
Home
Explore
Help
Sign In
xmake
/
xmake-docs
mirror of
https://github.com/xmake-io/xmake-docs
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
fortran
/
basic
/
xmake.lua
xmake.lua
106 B
Permalink
History
Raw
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.f90")