summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-21 00:57:30 +0800
committerruki <[email protected]>2022-12-21 00:57:30 +0800
commit290fd1bf06f72cfb249fd34b609c3cd132ecb75a (patch)
tree65fe7269a43c8c2e68d4c3e0b5451d87ee49ba94 /core
parent410f1dc10e1cd07e690944dab60b7626929833d9 (diff)
install templates
Diffstat (limited to 'core')
-rwxr-xr-xcore/src/demo/xmake.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh
index 5dcb6ed95..9958792e5 100755
--- a/core/src/demo/xmake.sh
+++ b/core/src/demo/xmake.sh
@@ -30,6 +30,11 @@ target "demo"
add_installfiles "${projectdir}/(xmake/scripts/**.cpp)" "share"
add_installfiles "${projectdir}/(xmake/scripts/gitignore)" "share"
add_installfiles "${projectdir}/(xmake/scripts/PkgInfo)" "share"
+ add_installfiles "${projectdir}/(xmake/templates/**.c)" "share"
+ add_installfiles "${projectdir}/(xmake/templates/**.cpp)" "share"
+ add_installfiles "${projectdir}/(xmake/templates/**.m)" "share"
+ add_installfiles "${projectdir}/(xmake/templates/**.mm)" "share"
+ add_installfiles "${projectdir}/(xmake/templates/**.h)" "share"
add_installfiles "${projectdir}/scripts/xrepo.sh" "bin" "xrepo"
# add syslinks