We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb5668 commit 430110bCopy full SHA for 430110b
xmake.lua
@@ -11,4 +11,4 @@ set_policy("build.c++.modules", true);
11
add_files('*/*.ixx', {install = true})
12
add_packages("leetcode-treenode-cpp");
13
target_end()
14
-includes("**/xmake.lua")
+includes("./**/xmake.lua")
0 commit comments