diff options
| author | cat <[email protected]> | 2023-06-21 20:52:59 +0800 |
|---|---|---|
| committer | cat <[email protected]> | 2023-06-21 20:52:59 +0800 |
| commit | 2baa93db3dcafd834f4bd68fa47775f8f1ae2e23 (patch) | |
| tree | ebf9a5547906d2cdeef265b7b1d4dc34ed164ccc /xmake/templates/c++/wxwidgets/template.lua | |
| parent | 960b46e798d5a4977af7e5f0e74b61a59ad61846 (diff) | |
add wxwidgets template
Diffstat (limited to 'xmake/templates/c++/wxwidgets/template.lua')
| -rw-r--r-- | xmake/templates/c++/wxwidgets/template.lua | 3 |
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") + |
