diff options
Diffstat (limited to 'tests/projects/c++/modules/inline_and_template/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/inline_and_template/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/inline_and_template/xmake.lua b/tests/projects/c++/modules/inline_and_template/xmake.lua index e22a0ef04..c0722cccc 100644 --- a/tests/projects/c++/modules/inline_and_template/xmake.lua +++ b/tests/projects/c++/modules/inline_and_template/xmake.lua @@ -1,6 +1,6 @@ target("inline_and_template") set_kind("binary") - add_files("src/*.cpp", "src/*.mpp") + add_files("src/*.cpp", "src/*.mpp") set_languages("c++11") |
