diff options
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
| -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 e22047e4b..6c3bff19a 100644 --- a/tests/projects/c++/modules/hello/xmake.lua +++ b/tests/projects/c++/modules/hello/xmake.lua @@ -1,5 +1,5 @@ target("hello") set_kind("binary") - add_files("src/*.cpp", "src/*.mpp") + add_files("src/*.cpp", "src/*.mpp") |
