diff options
Diffstat (limited to 'tests/projects/xmake_cli/ide_integration/xmake.lua')
| -rw-r--r-- | tests/projects/xmake_cli/ide_integration/xmake.lua | 7 |
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(".") + |
