summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/wxwidgets/template.lua
diff options
context:
space:
mode:
authorcat <[email protected]>2023-06-21 20:52:59 +0800
committercat <[email protected]>2023-06-21 20:52:59 +0800
commit2baa93db3dcafd834f4bd68fa47775f8f1ae2e23 (patch)
treeebf9a5547906d2cdeef265b7b1d4dc34ed164ccc /xmake/templates/c++/wxwidgets/template.lua
parent960b46e798d5a4977af7e5f0e74b61a59ad61846 (diff)
add wxwidgets template
Diffstat (limited to 'xmake/templates/c++/wxwidgets/template.lua')
-rw-r--r--xmake/templates/c++/wxwidgets/template.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/templates/c++/wxwidgets/template.lua b/xmake/templates/c++/wxwidgets/template.lua
new file mode 100644
index 000000000..ca0fc6319
--- /dev/null
+++ b/xmake/templates/c++/wxwidgets/template.lua
@@ -0,0 +1,3 @@
+template("wxwidgets")
+ add_configfiles("xmake.lua")
+