Skip to content
EXPLORER
src
usbview.c
usbview.rc
xmlhelper.cpp
xmake.lua
Lua xmake.lua
1234
target("usbview")
    add_rules("win.sdk.application")
    add_files("src/*.c", "src/*.rc")
    add_files("src/xmlhelper.cpp", {rules = "win.sdk.dotnet"})

If you want to known more information, you can see #173.