diff options
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/hello/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua index 6c3bff19a..2315cf287 100644 --- a/tests/projects/c++/modules/hello/xmake.lua +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -1,5 +1,4 @@ +set_languages("c++20") target("hello") set_kind("binary") add_files("src/*.cpp", "src/*.mpp") - - |
