summaryrefslogtreecommitdiff
path: root/tests/actions/addon/projects/autofetch/xmake.lua
blob: 75c90990412b185d7fd78c89fbd18a915f4e48d8 (plain)
1
2
3
4
5
6
7
8
-- the addons which this project needs, they are installed automatically
add_addons("custom-include")

-- the addon is installed automatically, so we can use its includes file here
includes("@addon/custom-include/check")

target("test")
    set_kind("phony")