summaryrefslogtreecommitdiff
path: root/tests/projects/windows/winsdk/windemo/xmake.lua
blob: 8285b33a22108c3da441c67fe7c32d49d21ce5e5 (plain)
1
2
3
4
5
6
add_rules("mode.debug", "mode.release")

target("test")
    add_rules("win.sdk.application")
    add_files("*.rc", "*.cpp")