Merge pull request #2858 from cntrump/support_swift_package_manager

Support Swift Package Manager
This commit is contained in:
Yann Collet
2021-11-16 20:50:07 -08:00
committed by GitHub
2 changed files with 40 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module libzstd {
umbrella header "../zstd.h"
export *
}