diff options
Diffstat (limited to 'tests/projects/c++/modules/hello')
| -rw-r--r-- | tests/projects/c++/modules/hello/xmake.lua | 2 |
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 6a69ce121..2315cf287 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("A hello") +target("hello") set_kind("binary") add_files("src/*.cpp", "src/*.mpp") |
