Skip to content

Commit 66a3a27

Browse files
authored
Update xmake.lua
1 parent 430110b commit 66a3a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ set_policy("build.c++.modules", true);
1111
add_files('*/*.ixx', {install = true})
1212
add_packages("leetcode-treenode-cpp");
1313
target_end()
14-
includes("./**/xmake.lua")
14+
includes("./*/xmake.lua")

0 commit comments

Comments
 (0)