summaryrefslogtreecommitdiff
path: root/tests/projects/policy/compile_commands/xmake.lua
blob: 1ccf48af65ec82b676a2b426042cab31ebca4621 (plain)
1
2
3
4
5
6
7
8
9
10
add_rules("mode.debug", "mode.release")

target("enabled")
    set_kind("binary")
    add_files("src/main.c")

target("disabled")
    set_kind("binary")
    add_files("src/main.c")
    set_policy("generator.compile_commands", false)