add license to subdirectory
This commit is contained in:
parent
bc4058b044
commit
525c900804
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ function copy() {
|
|||
cd ../..
|
||||
dest_include=$1/include
|
||||
mkdir -p $dest_include
|
||||
cp LICENSE.txt $dest_include/
|
||||
mkdir -p $1/license
|
||||
cp LICENSE.txt $1/license/
|
||||
cp ./*.h $dest_include/
|
||||
cp -r artery-font-format $dest_include/
|
||||
cp -r msdfgen $dest_include/
|
||||
|
|
Loading…
Reference in a new issue