diff options
| author | ruki <[email protected]> | 2021-10-13 23:18:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-13 23:18:34 +0800 |
| commit | 55b632b420a23550991083471c90bbd042a974f7 (patch) | |
| tree | d93ec759db6b9a2bd5beb337a31b8196e6bd18a5 /tests/projects/c++/modules/submodules/xmake.lua | |
| parent | cbfbb1636bd892aa42054214e327eb6813654202 (diff) | |
add c++ submodules and partitions
Diffstat (limited to 'tests/projects/c++/modules/submodules/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/submodules/xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/submodules/xmake.lua b/tests/projects/c++/modules/submodules/xmake.lua new file mode 100644 index 000000000..36697f3e8 --- /dev/null +++ b/tests/projects/c++/modules/submodules/xmake.lua @@ -0,0 +1,7 @@ +set_languages("c++20") +target("math") + set_kind("binary") + add_files("src/*.cpp") + add_files("src/math1.mpp") + add_files("src/math2.mpp") + add_files("src/math.mpp") |
