summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/link_order/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-12-06 18:42:11 +0100
committerArthur LAURENT <[email protected]>2022-12-06 18:42:11 +0100
commitea9ea2d31ec34c55e1968484efe4f5413116adc4 (patch)
treeef060592e55bbca4d940717845dafcc65c71bd88 /tests/projects/c++/modules/link_order/xmake.lua
parenta7c8c7a5cd2cedc1b7cf29bc6d782762f5eb4b14 (diff)
Ensure module import order on MSVC
Diffstat (limited to 'tests/projects/c++/modules/link_order/xmake.lua')
-rw-r--r--tests/projects/c++/modules/link_order/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/link_order/xmake.lua b/tests/projects/c++/modules/link_order/xmake.lua
index 7d92945a6..ffdf26074 100644
--- a/tests/projects/c++/modules/link_order/xmake.lua
+++ b/tests/projects/c++/modules/link_order/xmake.lua
@@ -14,11 +14,9 @@ target("bar")
target("link_order_1")
set_kind("binary")
add_deps("foo", "bar")
- add_defines("VALUE=value1")
add_files("src/main.cpp")
target("link_order_2")
set_kind("binary")
add_deps("bar", "foo")
- add_defines("VALUE=value2")
add_files("src/main.cpp") \ No newline at end of file