diff options
Diffstat (limited to 'tests/projects/c++/modules/partitions/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/partitions/xmake.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/partitions/xmake.lua b/tests/projects/c++/modules/partitions/xmake.lua index 672034947..4b575432a 100644 --- a/tests/projects/c++/modules/partitions/xmake.lua +++ b/tests/projects/c++/modules/partitions/xmake.lua @@ -1,4 +1,6 @@ +add_rules("mode.release", "mode.debug") set_languages("c++20") -target("math") + +target("partition") set_kind("binary") - add_files("src/*.cpp", "src/*.mpp") + add_files("src/*.cpp", "src/*.mpp")
\ No newline at end of file |
