summaryrefslogtreecommitdiff
path: root/xmake/templates/objc++/bundle/template.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-05 14:53:00 +0800
committerruki <[email protected]>2020-04-05 14:53:00 +0800
commit45cb405702d750d31ab2b68c379241a60257ea2c (patch)
treeaa54c12adc04c450d1acd8c390b164a066b25694 /xmake/templates/objc++/bundle/template.lua
parent668f8cd03efcbde13dcc3f022b920b0bd5e4c6c0 (diff)
add bundle/framework template for objc++
Diffstat (limited to 'xmake/templates/objc++/bundle/template.lua')
-rw-r--r--xmake/templates/objc++/bundle/template.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/templates/objc++/bundle/template.lua b/xmake/templates/objc++/bundle/template.lua
new file mode 100644
index 000000000..ce0949169
--- /dev/null
+++ b/xmake/templates/objc++/bundle/template.lua
@@ -0,0 +1,2 @@
+template("bundle")
+ add_configfiles("xmake.lua")