diff options
Diffstat (limited to 'tests/actions/addon/projects/autofetch/xmake.lua')
| -rw-r--r-- | tests/actions/addon/projects/autofetch/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/actions/addon/projects/autofetch/xmake.lua b/tests/actions/addon/projects/autofetch/xmake.lua index 4eaca0785..75c909904 100644 --- a/tests/actions/addon/projects/autofetch/xmake.lua +++ b/tests/actions/addon/projects/autofetch/xmake.lua @@ -1,3 +1,6 @@ +-- 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") |
