diff options
| author | Ângelo Andrade Cirino <[email protected]> | 2021-07-15 10:49:02 -0300 |
|---|---|---|
| committer | Ângelo Andrade Cirino <[email protected]> | 2021-07-15 10:49:02 -0300 |
| commit | c1b1b841353e32d2df356b8765d1189bef3d2f11 (patch) | |
| tree | f353fb9bfa958022694d1cb66445b8d5a8969a48 /tests/projects/c++/modules/hello/xmake.lua | |
| parent | 2e3cad4e9c01e65f9c5da4b32be05ff4754f497b (diff) | |
Additional changes to modules support and corrected the tests
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") - - |
