Skip to content

Commit

Permalink
include meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmeisel committed Dec 10, 2019
1 parent c3cb523 commit af914db
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
cp src/dll/VHACD.cs build/VHACD/VHACD.cs
cp src/dll/vhacd.asmdef build/VHACD/vhacd.asmdef
cp src/dll/vhacd.asmdef.meta build/VHACD/vhacd.asmdef.meta
cp src/dll/liblibvhacd.so.meta build/VHACD/liblibvhacd.so.meta
cp src/dll/liblibvhacd.dylib.meta build/VHACD/liblibvhacd.dylib.meta
cp src/dll/libvhacd.dll.meta build/VHACD/libvhacd.dll.meta
cd build
jar -cMf VHACD.zip VHACD
Expand Down
32 changes: 32 additions & 0 deletions src/dll/liblibvhacd.dylib.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions src/dll/liblibvhacd.so.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions src/dll/libvhacd.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af914db

Please sign in to comment.