diff options
| author | ruki <[email protected]> | 2024-03-14 00:42:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:42:43 +0800 |
| commit | 53cc8033c4b7970afb13e89cb6b79272e71fbfda (patch) | |
| tree | d45c17c1c448a7d70d2a255a78fd0d8859e8b5ce /tests/projects/c++/modules/partitions_implunit/xmake.lua | |
| parent | b9419ba2b4d62251b6081ab950c156369e79a178 (diff) | |
rename .mpp
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/xmake.lua b/tests/projects/c++/modules/partitions_implunit/xmake.lua index 2997ea8b0..a777846e3 100644 --- a/tests/projects/c++/modules/partitions_implunit/xmake.lua +++ b/tests/projects/c++/modules/partitions_implunit/xmake.lua @@ -3,5 +3,5 @@ set_languages("c++20") target("foo")
set_kind("static")
- add_files("*.cpp")
- add_files("*.ixx")
+ add_files("src/*.cpp")
+ add_files("src/*.mpp")
|
