summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/ide_integration/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-02-06 23:18:49 +0800
committerruki <[email protected]>2025-02-06 23:18:49 +0800
commit378ce254ca617f0d2772be7d7acd4ccc2428aef1 (patch)
tree9891afda469a25a21b8d5b7c3e795c7d071fc653 /tests/projects/xmake_cli/ide_integration/xmake.lua
parent6eaa4760792b4edf26ad9dc271225cf7b83d7633 (diff)
add ide integration test
Diffstat (limited to 'tests/projects/xmake_cli/ide_integration/xmake.lua')
-rw-r--r--tests/projects/xmake_cli/ide_integration/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/xmake_cli/ide_integration/xmake.lua b/tests/projects/xmake_cli/ide_integration/xmake.lua
new file mode 100644
index 000000000..6fe58d584
--- /dev/null
+++ b/tests/projects/xmake_cli/ide_integration/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.debug", "mode.release")
+add_requires("libxmake")
+target("ide")
+ add_files("src/*.c")
+ add_packages("libxmake")
+ set_rundir(".")
+