This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
xmake
/
xmake-docs
Mirror von
https://github.com/xmake-io/xmake-docs
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
master
Branches
Tags
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
mfc
/
shared_library
/
xmake.lua
xmake.lua
88 B
Permalink
Verlauf
Originalformat
1
2
3
target("mfc_shared_lib")
add_rules("win.sdk.mfc.shared")
add_files("src/*.cpp")