summaryrefslogtreecommitdiff
path: root/tests/actions/addon/projects/custom-package/xmake.lua
blob: 1c967020d73c096ec926b5e3662739bb291af033 (plain)
1
2
3
4
5
6
7
8
9
-- the package definitions come from the addon
includes("@addon/custom-package/packages")

add_requires("hello-utils")

target("test")
    set_kind("binary")
    add_files("src/main.c")
    add_packages("hello-utils")