diff options
Diffstat (limited to 'tests/projects/c++/console/xmake.lua')
| -rw-r--r-- | tests/projects/c++/console/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/console/xmake.lua b/tests/projects/c++/console/xmake.lua index f6beb31d8..9ab7f42ca 100644 --- a/tests/projects/c++/console/xmake.lua +++ b/tests/projects/c++/console/xmake.lua @@ -8,5 +8,5 @@ target("console_c++") set_kind("binary") -- add files - add_files("src/*.cpp") + add_files("src/*.cpp") |
