We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d1c5f commit 3d78985Copy full SHA for 3d78985
1 file changed
examples/xmake.lua
@@ -13,6 +13,13 @@ local examples = {
13
"ex08_custom_operation"
14
}
15
16
+-- CI compatibility alias: keep `xmake run basic` working.
17
+target("basic")
18
+ set_kind("binary")
19
+ add_files("ex01_default_arithmetic.cpp")
20
+ add_deps("mcpplibs-primitives")
21
+ set_policy("build.c++.modules", true)
22
+
23
for _, name in ipairs(examples) do
24
target(name)
25
set_kind("binary")
0 commit comments