summaryrefslogtreecommitdiff
path: root/tests/projects/other/cppfront/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-29 23:00:23 +0800
committerruki <[email protected]>2023-08-29 23:00:23 +0800
commit990430ca785e293ee81ee39360581fda06de621b (patch)
tree7e90cca6d0d4119701e167302ca908437869add8 /tests/projects/other/cppfront/xmake.lua
parentcc0bb72f305ed4b1df69bb3d4c77583ef1bc77db (diff)
add cppfront test
Diffstat (limited to 'tests/projects/other/cppfront/xmake.lua')
-rw-r--r--tests/projects/other/cppfront/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/other/cppfront/xmake.lua b/tests/projects/other/cppfront/xmake.lua
new file mode 100644
index 000000000..5499ee547
--- /dev/null
+++ b/tests/projects/other/cppfront/xmake.lua
@@ -0,0 +1,6 @@
+add_rules("mode.debug", "mode.release")
+
+target("test")
+ set_kind("binary")
+ add_files("src/*.cpp2")
+