Skip to content

Commit 430110b

Browse files
committed
Update xmake.lua
1 parent dfb5668 commit 430110b

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)