blob: ed72b2197c4c0a8d5f166ca2ef1130bfb68c812e (
plain)
1
2
3
4
5
6
7
8
|
add_rules("mode.debug", "mode.release")
target("usbview")
add_rules("win.sdk.application")
add_files("*.c", "*.rc")
add_files("xmlhelper.cpp", {rules = "win.sdk.dotnet"})
set_exceptions("none")
|