summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-07 11:20:10 +0800
committerGitHub <[email protected]>2024-02-07 11:20:10 +0800
commiteb1fd6ff416d62865fe34667284b79b780c1dfac (patch)
treeb74cb7a0652fba6c5b17441bf1cc557eaf840cba /tests/projects/c++/modules
parent8929c381e0cd70ff804e7c52bb3efc134e056e78 (diff)
Update xmake.lua
Diffstat (limited to 'tests/projects/c++/modules')
-rw-r--r--tests/projects/c++/modules/link_order/xmake.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/projects/c++/modules/link_order/xmake.lua b/tests/projects/c++/modules/link_order/xmake.lua
index 5c7b8a236..4cb2af87f 100644
--- a/tests/projects/c++/modules/link_order/xmake.lua
+++ b/tests/projects/c++/modules/link_order/xmake.lua
@@ -2,15 +2,11 @@ add_rules("mode.release", "mode.debug")
set_languages("c++20")
target("foo")
- add_rules("c++")
set_kind("moduleonly")
-
add_files("src/foo.mpp")
target("bar")
- add_rules("c++")
set_kind("moduleonly")
-
add_files("src/bar.mpp")
target("link_order_1")