summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/xmake.cli/template.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-02-07 00:52:33 +0800
committerruki <[email protected]>2025-02-07 00:52:33 +0800
commitb8775872fc672dc73c66cb73a5ebc658f5243e25 (patch)
tree3d9e7c5c7f935b8e523d740f8bffce999ffb155f /xmake/templates/c++/xmake.cli/template.lua
parent10fa86560ba4fb831d7aadf20ef9dd170c815b61 (diff)
update template
Diffstat (limited to 'xmake/templates/c++/xmake.cli/template.lua')
-rw-r--r--xmake/templates/c++/xmake.cli/template.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/c++/xmake.cli/template.lua b/xmake/templates/c++/xmake.cli/template.lua
index 45f1135c6..431e0af1f 100644
--- a/xmake/templates/c++/xmake.cli/template.lua
+++ b/xmake/templates/c++/xmake.cli/template.lua
@@ -1,3 +1,3 @@
template("xmake.cli")
- add_configfiles("src/lni/main.c")
+ add_configfiles("src/lni/main.cpp")
add_configfiles("xmake.lua")