diff options
| author | ruki <[email protected]> | 2022-02-17 22:41:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 22:41:01 +0800 |
| commit | 54efc65b6ed2dfc86c28ba7cc3f40a6084785026 (patch) | |
| tree | febf2f4fcc2b80a5e8fb8c372f52742fad3dcd87 /tests/projects/c++/modules | |
| parent | fe5673d0291653137c3ecc53c2abba5c162a6779 (diff) | |
...
Diffstat (limited to 'tests/projects/c++/modules')
| -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 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") |
