summaryrefslogtreecommitdiff
path: root/tests/projects/swift/cross_modules/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-10 23:18:47 +0800
committerruki <[email protected]>2023-07-10 23:18:47 +0800
commite0cc53f53a0e40bd0cf3b4bbd0ca032627e981ae (patch)
treefe397ea4be1283b2c9f6119db06d111e468ac123 /tests/projects/swift/cross_modules/xmake.lua
parentb3627c504fb1c65f829f92c5cd709b23a6776895 (diff)
support multiple modules
Diffstat (limited to 'tests/projects/swift/cross_modules/xmake.lua')
-rw-r--r--tests/projects/swift/cross_modules/xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/swift/cross_modules/xmake.lua b/tests/projects/swift/cross_modules/xmake.lua
new file mode 100644
index 000000000..3accaf54e
--- /dev/null
+++ b/tests/projects/swift/cross_modules/xmake.lua
@@ -0,0 +1,5 @@
+add_rules("mode.debug", "mode.release")
+
+target("test")
+ set_kind("binary")
+ add_files("src/*.swift")