summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
-rw-r--r--tests/projects/c++/modules/hello/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua
index 2315cf287..6a69ce121 100644
--- a/tests/projects/c++/modules/hello/xmake.lua
+++ b/tests/projects/c++/modules/hello/xmake.lua
@@ -1,4 +1,4 @@
set_languages("c++20")
-target("hello")
+target("A hello")
set_kind("binary")
add_files("src/*.cpp", "src/*.mpp")