Using module.modulemap replace symbol link for public header

This commit is contained in:
Lvv.me
2021-11-15 13:23:50 +08:00
parent 27455638aa
commit 81b96205af
3 changed files with 8 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
module libzstd {
umbrella header "../zstd.h"
export *
}