From 66a3a2785be19d7768addb2b814fd2294ee9b572 Mon Sep 17 00:00:00 2001 From: masx200 <34191203+masx200@users.noreply.github.com> Date: Fri, 12 May 2023 00:31:38 +0800 Subject: [PATCH] Update xmake.lua --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 51d407ac..599d1e89 100644 --- a/xmake.lua +++ b/xmake.lua @@ -11,4 +11,4 @@ set_policy("build.c++.modules", true); add_files('*/*.ixx', {install = true}) add_packages("leetcode-treenode-cpp"); target_end() -includes("./**/xmake.lua") +includes("./*/xmake.lua")