From 54efc65b6ed2dfc86c28ba7cc3f40a6084785026 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 17 Feb 2022 22:41:01 +0800 Subject: ... --- tests/projects/c++/modules/hello/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/c++/modules/hello/xmake.lua') 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") -- cgit v1.3.1