summaryrefslogtreecommitdiff
path: root/tests/projects/winsdk/windemo/xmake.lua
blob: 512e6491fc87c8516c1bfcf6c50cc22cfc719121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- add rules: debug/release
add_rules("mode.debug", "mode.release")

-- define target
target("test")

    -- set kind
    add_rules("win.sdk.application")

    -- add files
    add_files("*.rc", "*.cpp")