This website works better with JavaScript
홈
탐색
도움말
로그인
xmake
/
xmake-docs
의 미러
https://github.com/xmake-io/xmake-docs
Watch
2
Star
0
포크
0
파일
이슈
0
위키
브렌치:
master
브랜치
태그
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
cpp
/
console
/
xmake.lua
xmake.lua
106 B
고유링크
히스토리
Raw
1
2
3
4
5
add_rules("mode.debug", "mode.release")
target("test")
set_kind("binary")
add_files("src/*.cpp")