This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
xmake
/
xmake-docs
kopia lustrzana
https://github.com/xmake-io/xmake-docs
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
master
Gałęzie
Tagi
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
mfc
/
static_library
/
xmake.lua
xmake.lua
88 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
target("mfc_static_lib")
add_rules("win.sdk.mfc.static")
add_files("src/*.cpp")