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 430110b commit 66a3a27Copy full SHA for 66a3a27
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