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

-- add target
target("console_dlang")

    -- set kind
    set_kind("binary")

    -- add files
    add_files("src/*.d")