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")