diff options
| author | ruki <[email protected]> | 2022-02-17 22:47:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 22:47:48 +0800 |
| commit | 168e70b7e06cfcfbadff763fed0d838b92130ad9 (patch) | |
| tree | 401fe00d3aaa38d7db950f1d90eba8a292b9d24e /tests/projects/c++/modules/hello | |
| parent | 54efc65b6ed2dfc86c28ba7cc3f40a6084785026 (diff) | |
improve modules with space
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") |
