diff options
| author | Arthur LAURENT <[email protected]> | 2022-07-31 15:29:13 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-02 18:17:13 +0200 |
| commit | dee01ba2ff847c67d1da4b63565f6afe332a857c (patch) | |
| tree | 39328cec8ed7981db629f145a296e0bfb3709eaa /tests/projects/c++/modules/submodules2/xmake.lua | |
| parent | 8d8127bdc674d5267e3a2ef87b8371c9b42526d8 (diff) | |
Revert "Update unit tests to new add_modulefiles"
This reverts commit 8d8127bdc674d5267e3a2ef87b8371c9b42526d8.
Diffstat (limited to 'tests/projects/c++/modules/submodules2/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/submodules2/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/submodules2/xmake.lua b/tests/projects/c++/modules/submodules2/xmake.lua index e77b8d86d..672034947 100644 --- a/tests/projects/c++/modules/submodules2/xmake.lua +++ b/tests/projects/c++/modules/submodules2/xmake.lua @@ -1,5 +1,4 @@ set_languages("c++20") target("math") set_kind("binary") - add_modulefiles("src/*.mpp") - add_files("src/*.cpp") + add_files("src/*.cpp", "src/*.mpp") |
