diff options
| author | ruki <[email protected]> | 2022-12-21 00:57:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-21 00:57:30 +0800 |
| commit | 290fd1bf06f72cfb249fd34b609c3cd132ecb75a (patch) | |
| tree | 65fe7269a43c8c2e68d4c3e0b5451d87ee49ba94 /core | |
| parent | 410f1dc10e1cd07e690944dab60b7626929833d9 (diff) | |
install templates
Diffstat (limited to 'core')
| -rwxr-xr-x | core/src/demo/xmake.sh | 5 |
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 |
