diff options
| author | ruki <[email protected]> | 2022-01-19 22:41:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-19 22:41:29 +0800 |
| commit | 09dc2106994a5cf0343f4bd170e6da5bc125470c (patch) | |
| tree | 83c55aa06d7b12d7cb039044ae1cf3893013069f /tests/projects/c++/modules/submodules2/xmake.lua | |
| parent | dc2f011a9eb6963dbd2cfeed6000cd1f060a5655 (diff) | |
add submodules2 test
Diffstat (limited to 'tests/projects/c++/modules/submodules2/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/submodules2/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/submodules2/xmake.lua b/tests/projects/c++/modules/submodules2/xmake.lua new file mode 100644 index 000000000..672034947 --- /dev/null +++ b/tests/projects/c++/modules/submodules2/xmake.lua @@ -0,0 +1,4 @@ +set_languages("c++20") +target("math") + set_kind("binary") + add_files("src/*.cpp", "src/*.mpp") |
